Theglitchh Dotfiles Save

Gruvbox I3-Gaps Full Config

Project README

Gruvbox I3-GAPS setup

Installation for ArchLinux


curl -LO https://raw.githubusercontent.com/Project-Junk/junk-scripts/main/i3wm-gruvbox-light.sh && chmod a+x i3wm-gruvbox-light.sh && ./i3wm-gruvbox-light.sh
"Click for Manual Installation"

Install the Packages Required

  • git
  • jq
  • clash
  • glava
  • conky
  • feh
  • yay
  • dunst
  • i3-gaps
  • automake
  • make
  • autoconf
  • dbus-python
  • i3blocks
  • mpd
  • ncmpcpp
  • neovim
  • rofi
  • i3lock
  • gnome-screenshot
  • alacritty
  • ttf-font-awesome
  • playerctl
  • cava
  • polybar
  • picom-jonaburg-git

Now install the dotfiles

Reference

Just Copy Paste these codes

alias config='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME'

echo ".cfg" >> .gitignore

git clone --bare https://github.com/sourav2k/dotfiles.git -b i3wm-gruvbox-light $HOME/.cfg

alias config='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME'

config checkout
# Now if you see any errors related to untracted files then just delete those

mkdir -p .config-backup && \
config checkout 2>&1 | egrep "\s+\." | awk {'print $1'} | \
xargs -I{} mv {} .config-backup/{}

config checkout

config config --local status.showUntrackedFiles no

Sample Screenshots 👑

Contact

Open Source Agenda is not affiliated with "Theglitchh Dotfiles" Project. README Source: isouravgope/dotfiles

Open Source Agenda Badge

Open Source Agenda Rating