Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

TheSerphh/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

94 Commits

Repository files navigation

Gruvbox I3-GAPS setup

Installation for ArchLinux


curl -LO https://raw.githubusercontent.com/Project-Junk/junk-scripts/ main/i3wm-gruvbox.sh && chmod a+x i3wm-gruvbox.sh && ./i3wm-gruvbox.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

> .gitignore git clone --bare https://github.com/sourav2k/dotfiles.git -b i3wm-gruvbox $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 # NOTE: To install the YouCompleteMe for nvim , you need to sudo rm -rf ~/.config/nvim/autoload/plugged/YouCompleteMe then python3 install.py --all">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 $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
# NOTE: To install the YouCompleteMe for nvim , you need to sudo rm -rf ~/.config/nvim/autoload/plugged/YouCompleteMe then python3 install.py --all

Sample Screenshots

Contact