These are my Arch Linux dotfiles. I use i3wm as my window manager, zsh as my shell, and nvim as my editor.
- Arch Linux based distro.
The installed packages are listed in the progs.csv file.
The first column determines how the program is installed:
- a : AUR helper
- p : Pacman
- g : Git clone
- i : Python Pip
The second column is the name of the package.
Execute as root:
bash <(curl -fsSL https://raw.githubusercontent.com/ramirocabral/dotfiles/main/bootstrap.sh)