Installation
bash -c "$(curl -fsSL https://raw.github.com/polandy/dotfiles/master/bin/dotfiles)" && source ~/.bashrc
Tools
- neovim
- termite
- fish-shell
- nvm
- gnome-keyring and libsecret to store secrets, passwords, keys, certificates and make them available to applications
Install vim Plugins using vim-plug
- Install neovim
- Install vim-plug:
curl -fLo ~/.local/share/nvim/site/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
- open vim
- run ':PlugInstall'