- Window Manager:
i3
- Terminal Emulator:
kitty
- Shell:
Zsh
- Plugin Manager:
oh-my-zsh
- Plugins:
powerlevel10k
,zsh-autosuggestions
,zsh-syntax-highlighting
- Plugin Manager:
- System Information Tool:
fastfetch
- Compositor:
picom
- Status Bar:
polybar
- Launcher:
rofi
- Screen Locker:
i3lock-color
- Login Manager:
SDDM
withSugar Candy
- GTK Theme:
Adwaita/Adwaita-dark
- Primary Fonts:
JetBrainsMono Nerd Font
,MesloLGS Nerd Font
- Browser:
Firefox
- Text Editors:
vim
,neovim
,VSCode
,GNU Emacs
withDoom
- File Manager
nemo
- Notification Daemon:
dunst
- Image Viewer:
feh
- System Monitor:
btop
- Power Management:
TLP
,PowerTOP
- Others:
cmatrix
,peaclock
,cava
To easily setup the dotfiles, clone the repository and run the script setup.sh
. It is meant to be executed after a fresh, minimal installation of Arch Linux.
git clone --depth 1 https://github.com/Process-ing/dotfiles ~/dotfiles
~/dotfiles/setup.sh
NOTE: Some configurations are adjusted to my personal computer (network devices, resolution, ...), make sure to adjust them to your own needs. Also, the dotfiles don't work well in VMs (one reason being picom
because it uses glx
as the backend, just change to xrender
in picom.conf
)