Skip to content

Latest commit

 

History

History
40 lines (33 loc) · 1.31 KB

README.md

File metadata and controls

40 lines (33 loc) · 1.31 KB

dotfiles

Screenshot

screenshot qtile

How to install

echo ".dotfiles" >> .gitignore
git clone --bare https://github.com/centaurialpha/dotfiles.git $HOME/.dotfiles
alias dotfiles='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
dotfiles checkout
dotfiles config --local status.showUntrackedFiles no

Neovim plugin manager

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'

Inside nvim: :PlugInstall

Qutebrowser theme

git clone https://github.com/dracula/qutebrowser-dracula-theme.git ~/.config/qutebrowser/dracula

Other

  • Install fisher
  • Install pure prompt: fisher install pure-fish/pure