|
||
---|---|---|
latest | ||
old | ||
.gitignore | ||
README.md | ||
backup.sh |
README.md
My Dofiles
For neovim, install python-pynvim
and plug with
sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'
run PlugInstall
, PlugUpdate
and UpdateRemotePlugins
to make sure all the plugins are installed correctly.
For the weather plugin for polybar to function correctly, set a KEY=""
enviromental variable, where you put your openweathermap API token.