Skip to content

unkvolism/Sarcophagus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alt text

Hello there! :octocat:

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

I hope you understand everything here. 😉

Here are some details about my setup:

  • WM : bspwm 🎨 4 changable themes/mode!
  • Shell : zsh 🐚 with oh my zsh framework!
  • Terminal : allacrity 🐱
  • 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 💻

Desktop 🍁

desktop

File Manager 🌸

filemanager

Editor 🌴

neofetch

Terminals 🌊

terminal


oh-my-zsh & plugins optional
sudo apt install zsh &&
chsh -s $(command -v zsh) &&
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" &&
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting &&
git clone https://github.com/zsh-users/zsh-autosuggestions.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions &&
git clone https://github.com/zsh-users/zsh-completions.git ${ZSH_CUSTOM:=~/.oh-my-zsh/custom}/plugins/zsh-completions

🎊 Credits / Thanks