1
0
Fork 0
mirror of https://github.com/pgrondek/config.git synced 2025-03-16 03:35:38 +00:00
config/install.sh

6 lines
63 B
Bash
Raw Normal View History

2019-04-04 18:45:10 +02:00
#!/bin/sh
2019-04-04 18:47:17 +02:00
rm -f $HOME/.vimrc
2019-04-04 18:45:10 +02:00
2019-04-04 18:47:17 +02:00
ln -s $(pwd)/vimrc $HOME/.vimrc