/dotfiles

My bspwm dotfiles. Grab whatever you need! :)

Primary LanguageShell

alt text

Hello there! :octocat:

Those are my bspwm dotfiles, hope you find something useful here ^^

Specific rices configs and colorschemes are here and general configuration files are here. You will need both.

I hope you understand everything here. 😉

Here are some details about my setup:

  • WM : bspwm 🎨 4 changable themes/mode!
  • DM : getty 🌼 minimal DM!
  • Shell : zsh 🐚 with oh my zsh framework!
  • Terminal : kitty 🐱
  • Panel : polybar 🍧 using nerd fonts glyphs as icons!
  • Compositor : picom
  • Notify Daemon : Dunst 🍃 minimalism!
  • Application Launcher : Rofi 🚀 apps & sidebar menu!
  • File Manager : Thunar 🔖 customized sidebar & icon!
  • Text Editor : nvim 💻

alt text

🍁 Horizon

alt text



🌲 Forest

alt text



🌴 Gruvbox

alt text



🌸 PinkNord

alt text



🌊 SolarizedDark

alt text



🎀 PinkNordAlternative (Fleon based)

alt text



🔥 DOOMBOX

alt text



Custom Theme Swap Utility

Click the brush icon

alt text

Choose the rice that you desire

alt text

Nice! Now you have a completely look and feel for your Linux desktop!

alt text

alt text

[WARNING]: Installation scripts are still work in progress. Use them at your own risk!!

[WARNING!]: These are my personal config files, executing these scripts will overwrite several files in your system, only execute these in case you have a backup of your files.

Download

mkdir -p ~/Documents/git-lab && git clone --depth=1 https://github.com/zodd18/dotfiles.git ~/Documents/git-lab/dotfiles && cd ~/Documents/git-lab/dotfiles

Executing the script

You can install one of them by running the setup executable.

Installing necessary packages:

[WARNING!]: Support for Arch Linux based systems only (installation via pacman).

Use:

./setup.sh <ARG> 

where <ARG> may be:

pacman       - installs necessary packages from pacman
aur          - installs necessary packages from AUR and external sources
themes       - installs .themes, .icons, .fonts, wallpapers and necessary/personal scripts

You can also do:

./setup.sh <ARG> <THEME_NAME>

where <ARG> may be:

rice         - installs <RICE_NAME> rice
all          - installs all at once: pacman packages, aur packages, GTK themes, etc. And finally installs <RICE_NAME> theme if this argument was passed

where <RICE_NAME> may be:

nord                    - Classic Nord look
dracula                 - Classic Dracula theme
pink-nord               - Pink Nord look
pink-nord-alternative   - Based on Fleon look
gruvbox                 - Classic Gruvbox look
gruvbox-material        - Soft edition of Gruvbox theme
solarized-dark          - Solarized Dark look
horizon                 - Based on VS Code Horizon Theme
doombox                 - Doom version of gruvbox
forest                  - Forest look

example:

setup.sh all pink-nord

(this command would install all necessary packages, themes, icons and would install pink-nord rice)

Recomendation

You can try to install all at once by using "all" argument, however I'd install it one by one in case any installation fails. I'd follow this order: pacman, aur, themes, rice.