Skip to content

Latest commit

 

History

History
executable file
·
18 lines (13 loc) · 519 Bytes

README.md

File metadata and controls

executable file
·
18 lines (13 loc) · 519 Bytes

i3-gapps dotfiles

This is my dotfile repo containing my config files for i3-gapps along with compton and polybar. It also contains my bashrc and vimrc in case you wanted to look at them. Most of my setup was inspired by r/unixporn.

#Installation Clone this repo to your home directory using

git clone github.com/rutujsg/dotfiles.git

And then move/copy all the contents in the ~/dotfiles to ~ by

cd dotfiles
cp -r * ~/

I plan to use GNU Stow soon to make this easier in the future.