FreeBSD, i3, Fish, Alacritty, Tmux, Neovim, Dmenu, Polybar, Firefox, Thunderbird. Everything gruvboxed.
Run as root
on a new environment:
bash <(curl -sLS https://raw.github.com/arg/dotfiles/master/ubuntu/bootstrap)
bash <(curl -sLS https://raw.github.com/arg/dotfiles/master/freebsd/bootstrap)
Run as your regular user:
bash <(curl -sLS https://raw.github.com/arg/dotfiles/master/dotfiles)
Pull latest changes from GitHub and update configuration files:
~/.dotfiles$ make update
Update configuration files without pulling from GitHub:
~/.dotfiles$ make configs
Update secrets:
~/.dotfiles$ make secrets
gmake
instead of make
on BSD systems.