Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions customize-home.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,8 @@ feh --bg-fill ~/.wallpapers/*

#moves my i3 gaps config file, to the appropriate location. This won't mess with your system if you aren't using i3, but, if you aren't using i3, go ahead and comment this line out.
cp ./config/i3-gaps-config ~/.config/i3/config

#Installs rbenv to simplify Ruby development. If you aren't a ruby dev, delete tthese lines.
#If you are a ruby dev unfamiliar with Rbenv, read here, https://github.com/rbenv/rbenv
git clone https://github.com/rbenv/rbenv.git ~/.rbenv
echo 'eval "$(~/.rbenv/bin/rbenv init - bash)"' >> ~/.bash_profile
1 change: 1 addition & 0 deletions linux-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ fi
#just makes things better.

#make sure npm is at the latest possible version. Requires you to have installed nodejs.

sudo npm install npm -g

#changes docky icon from the default anchor, to tux the penguin. I found this in the gentoo wiki, and it's a beautiful improvement imo
Expand Down