diff --git a/customize-home.sh b/customize-home.sh index 7ff4bbc..22ca0a0 100755 --- a/customize-home.sh +++ b/customize-home.sh @@ -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 diff --git a/linux-setup.sh b/linux-setup.sh index 6c5ede4..8b92d53 100755 --- a/linux-setup.sh +++ b/linux-setup.sh @@ -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