Pickfire's dotfiles - benefit from configuration
I am currently using the dotfiles in Arch Linux on Raspberry Pi.
Dotfiles included:
- Shell (bash, zsh, fish)
- News (mutt, newsbeuter)
- X11 (xresources, xinitrc)
- WM (i3)
- Notification (dunst)
To use my dotfiles, use need to clone the repository first.
git clone --recursive https://github.com/pickfire/dotfiles ~/.file
for f in home/*; do [[ ! -e ~/.$(basename $f) ]] && ln -sbn $(pwd)/$f ~/.$(basename $f) || echo No action: $f; done
fish
Using fish currently with a few setup.
vim/neovim
I am using vim with vim-plug
zsh(old)
Using zsh with prezto
Contribution guidelines
Any ideas --> Email: gpg --keyserver keys.gnupg.net --recv-keys DBD0F842
Screenshots
Inspirations
Look at @MaskRay, @faho for more info.