This commit is contained in:
hugodu69
2018-10-03 18:48:05 +02:00
commit a84dbd8f66
11 changed files with 700 additions and 0 deletions

17
README.txt Normal file
View 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