- OS: Arch Linux
- WM: Qtile
- Shell: fish
- Terminal: My own build of st
- Editor: Neovim
- Browser: qutebrowser
- Launcher: My own build of dmenu
- File Manager: broot
- Compositor: picom
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
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
git clone https://github.com/dracula/qutebrowser-dracula-theme.git ~/.config/qutebrowser/dracula
- Install fisher
- Install pure prompt:
fisher install pure-fish/pure