Hey! After a lot of rambling, I'll be posting dotfiles of my dear Arch Linux setup, my main tasks using this environment are programming and cybersecurity work, so you'll probably see some weird configs that will be geared towards that.
I ask that those who want to use most of the settings, to fork this repository so that I can see your additional settings and maybe add them to my setup too, I'm always implementing it, in advance, thanks!
Warning: Don’t blindly use my settings unless you know what that entails. Use at your own risk!
Distro: Arch Linux
WM: Qtile & i3-wm
Compositor: Picom (fdev31)
Notifications: Dunst
Shell: Fish
Terminal: Alacritty & WezTerm
Editor: NvChad
Multiplexer: Tmux
App Launcher: Rofi & dmenu
Version: MacOS Ventura 13.5
Shell: ZSH
Terminal: iTerm2
Editor: VSCode & default Vim
App Launcher: Raycast
BONUS: Installing Bocchi Cursors
Using GTK tweak tool
- Install the .zip file called "Bocchi-Linux" from Kofi here
- Unzip the downloaded file and rename the folder to "bocchi-cursors"
- Move entire folder to
/usr/share/icons
- Use lxappearance to select cursor theme, and done!
Without LXAppearance
- After renaming and moving the folder to
/usr/share/icons
you can create/change the~/.icons/default/index.theme
file like this:
[Icon Theme]
Name=Default
Comment=Default Cursor Theme
Inherits=bocchi-cursors
and ~/.config/gtk-*/settings.ini
:
[Settings]
gtk-cursor-theme-name=bocchi-cursors
Done!