18 lines
555 B
Plaintext
18 lines
555 B
Plaintext
# 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
|