mirror of
https://github.com/pgrondek/config.git
synced 2025-02-16 23:06:31 +00:00
Add install script
This commit is contained in:
parent
8d213ec0df
commit
685e6112e0
1 changed files with 5 additions and 0 deletions
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 a new issue