init
This commit is contained in:
17
README.txt
Normal file
17
README.txt
Normal file
@@ -0,0 +1,17 @@
|
||||
# put this folder "config" into the $HOME directory
|
||||
# and execute the following commands or
|
||||
# just run this README.txt file as an
|
||||
# executable with sh README.txt
|
||||
|
||||
ln -s $HOME/config/.screenrc $HOME/.screenrc
|
||||
ln -s $HOME/config/.vimrc $HOME/.vimrc
|
||||
|
||||
# it will create a symbolic lynk to the
|
||||
# .vimrc and .screenrc files
|
||||
# located in the config folder
|
||||
|
||||
# of course if there already are .vimrc
|
||||
# and .screenrc files in home directory
|
||||
# it will not work, so you need to check
|
||||
# manually what you need to transfer from
|
||||
# these files to the already existing ones
|
||||
Reference in New Issue
Block a user