mirror of
https://github.com/pgrondek/config.git
synced 2024-11-22 12:03:43 +00:00
Add install script
This commit is contained in:
parent
8d213ec0df
commit
685e6112e0
5
install.sh
Executable file
5
install.sh
Executable file
@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
rm $HOME/.vimrc &> /dev/null
|
||||
|
||||
ln -s vimrc ~/.vimrc
|
Loading…
Reference in New Issue
Block a user