remove: ssh_setup.sh

This commit is contained in:
TheK4n 2021-11-25 20:54:25 +03:00
parent 25aa8bf9d8
commit 691d331f06
4 changed files with 8 additions and 6 deletions

View File

@ -6,6 +6,11 @@ install:
ln -s $(PWD)/.bashrc ~ ln -s $(PWD)/.bashrc ~
ln -s $(PWD)/.zshrc ~ ln -s $(PWD)/.zshrc ~
ln -s $(PWD)/.vimrc ~ ln -s $(PWD)/.vimrc ~
. ~/.bashrc
clean: clean:
rm -rf .ssh doc etc functions img .gitignore README.md setup.sh ssh_setup.sh git_setup.sh .git rm -rf .ssh doc etc functions img .gitignore README.md setup.sh ssh_setup.sh git_setup.sh .git
ssh:
touch ~/.ssh/config
cat .ssh/config >> ~/.ssh/config

View File

@ -31,8 +31,7 @@ Bash config files
```bash ```bash
git clone https://github.com/TheK4n/dotfiles git clone https://github.com/TheK4n/dotfiles
chmod u+x dotfiles/setup.sh chmod u+x dotfiles/setup.sh
dotfiles/setup.sh make
. ~/.bashrc
``` ```
<a id="chapter-2"></a> <a id="chapter-2"></a>

View File

@ -1,3 +1,5 @@
#!/usr/bin/env bash
echo "Type in your first and last name (no accent or special characters - e.g. 'ç'): " echo "Type in your first and last name (no accent or special characters - e.g. 'ç'): "
read -r full_name read -r full_name

View File

@ -1,4 +0,0 @@
#!/usr/bin/env bash
touch ~/.ssh/config
cat .ssh/config >> ~/.ssh/config