# docfiles **Repository Path**: ycgarfield/docfiles ## Basic Information - **Project Name**: docfiles - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-07 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: Vim ## README ## Files .vim directory of file type configurations and plugins .vimrc my vim configuration .screenrc my screen configuration .weechat my configuration for weechat, a great irc client .gimp my tweaks/additions to gimp (fonts, brushes, etc) ## Instructions ### Creating source files Any file which matches the shell glob `_*` will be linked into `$HOME` as a symlink with the first `_` replaced with a `.` For example: _bashrc becomes ${HOME}/.bashrc ### Installing source files It's as simple as running: ./install.sh From this top-level directory. ### Only install and build vim Files Because this bit is pretty portable ./install.sh vim ### Restore old source Files To replace installed files with the originals: ./install.sh restore Note that if there was not an original version, the installed links will not be removed. ## Requirements ### Shell * bash ### Vim * python * pep8 * pyflakes * rope