I use GNU Stow to manage all my dotfiles stored at ~/dotfiles
What do I actually use right now? I've used quite a few things in the past and this repo houses all of configs for everything I've configured and used as a daily driver.
- OS: Arch Linux
- WM: Hyprland
- Text editor/IDE: Neovim
- Terminal Emulator: Ghostty
- Shell: ZSH
- Themes: Catppuccin
Note that I do not maintain these since I do not use them.
You can see the configuration for these in this repo
- WMs: QTile, AwesomeWM
- Text editor/IDE: GNU Emacs
- Terminal Emulators: Alacritty, Kitty
- Themes: Dracula
Install Arch normally. Then:
curl "https://raw.githubusercontent.com/tinmarr/dotfiles/main/install/archpost" > archpost && chmod +x archpost && \
./archpost && \
rm archpost