Debian users must have vim-gtk installed because Debian's default vim is not compiled with clipboard.
To install the dotfiles:
#Clone the git repository in your home directory.
git clone https://github.com/Phillywonka/.dotfiles.git
#This command will create symlinks for config files in your home directory.</br>
#Setting the RCRC environment variable tells rcup to use standard configuration options.
sudo env RCRC=$HOME/dotfiles/rcrc rcup
To update the dotfiles you have to edit the files inside the .dotfiles
directory.
After that you can run rcup <file_name>
to update the specified dotfile.
It may be the case that the specified theme in zpreztorc
file won't work properly.
Currently the theme 'pure' is the most stable:
zstyle ':prezto:module:prompt' theme 'pure'
The list of available themes can be found with prompt -l
.
The vim configuration doens't work perfectly yet on Raspbian.