Now it is less bloated
If you want to see the old dotfiles, check out rbm0407/dotfiles-old
- zsh less bloated with fzf and vi mode
- p10k
- nvim with kickstart
- tmux
- ghostty
- .bashrc, .editrc and .inputrc set to use vi mode
- rofi
- dunst
My basic Archlinux packages:
base linux linux-firmware grub efibootmgr less vim opendoas openssh zsh bat dunst eza fakeroot fastfetch firewalld fd fzf gcc git hyprland hyprlock hyprpaper i3lock iwd ghostty grim lf make man-db mpv neovim noto-fonts-cjk noto-fonts-emoji npm otf-cascadia-code otf-fira-mono otf-fira-sans p7zip pamixer powerline powerline-fonts pulsemixer python-psutil qutebrowser ripgrep rofi rust rust-analyzer satty slurp tmux ttf-anonymous-pro ttf-fira-code ttf-font-awesome ttf-hack-nerd ttf-iosevka-nerd ttf-iosevkaterm-nerd ttf-jetbrains-mono-nerd ttf-nerd-fonts-symbols ttf-nerd-fonts-symbols-mono unzip upower vulkan-intel waybar which wl-clipboard woff-fira-code yazi xdg-desktop-portal-hyprland xorg zsh-autosuggestions zsh-completions zsh-syntax-highlighting kubectl
- add your user to seat group,
- logout and run
Hyprland
- clone to your home directory
- make and install dwm
$ cd ./.local/src/dwm-6.5 && make && doas make install - now you can use it with
startx
- System-wide ctrl:nocaps:
- create:
/etc/X11/xorg.conf.d/00-keyboard.confwith contents:
- create:
Section "InputClass"
Identifier "system-keyboard"
Driver "kbd"
Option "XkbOptions" "ctrl:nocaps"
EndSection

