remove: ssh_setup.sh
This commit is contained in:
parent
25aa8bf9d8
commit
691d331f06
5
Makefile
5
Makefile
@ -6,6 +6,11 @@ install:
|
||||
ln -s $(PWD)/.bashrc ~
|
||||
ln -s $(PWD)/.zshrc ~
|
||||
ln -s $(PWD)/.vimrc ~
|
||||
. ~/.bashrc
|
||||
|
||||
clean:
|
||||
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
|
||||
|
||||
@ -31,8 +31,7 @@ Bash config files
|
||||
```bash
|
||||
git clone https://github.com/TheK4n/dotfiles
|
||||
chmod u+x dotfiles/setup.sh
|
||||
dotfiles/setup.sh
|
||||
. ~/.bashrc
|
||||
make
|
||||
```
|
||||
|
||||
<a id="chapter-2"></a>
|
||||
|
||||
@ -1,3 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
echo "Type in your first and last name (no accent or special characters - e.g. 'ç'): "
|
||||
read -r full_name
|
||||
|
||||
|
||||
@ -1,4 +0,0 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
touch ~/.ssh/config
|
||||
cat .ssh/config >> ~/.ssh/config
|
||||
Loading…
x
Reference in New Issue
Block a user