You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 month ago | |
---|---|---|
Wallpapers | 5 months ago | |
latest | 1 month ago | |
old | 1 month ago | |
.gitignore | 9 months ago | |
README.md | 8 months ago | |
backup.sh | 5 months ago |
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.