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)/.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
|
||||||
|
|||||||
@ -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>
|
||||||
|
|||||||
@ -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
|
||||||
|
|
||||||
|
|||||||
@ -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