From 1e117d85e412d34764feefba6e6fcb429bc7a2ab Mon Sep 17 00:00:00 2001 From: Steffen Rademacker Date: Wed, 1 Apr 2015 22:54:39 +0200 Subject: [PATCH] stuff --- firefox/userChrome.css | 8 ++++++++ install/brew.sh | 2 -- install/node.sh | 1 + install/ruby.sh | 2 +- zsh/exports | 2 +- 5 files changed, 11 insertions(+), 4 deletions(-) create mode 100644 firefox/userChrome.css diff --git a/firefox/userChrome.css b/firefox/userChrome.css new file mode 100644 index 00000000..cae72303 --- /dev/null +++ b/firefox/userChrome.css @@ -0,0 +1,8 @@ +@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); + +/* Hide Favicons for the bookmarks menubar */ +#PlacesToolbarItems .bookmark-item:not([type="menu"]) .toolbarbutton-icon, +#PlacesToolbarItems .bookmark-item[type="menu"] .toolbarbutton-icon, +#personal-bookmarks .bookmark-item:not([container]) .toolbarbutton-icon { + display: none !important; +} diff --git a/install/brew.sh b/install/brew.sh index fd766747..7ef1b785 100755 --- a/install/brew.sh +++ b/install/brew.sh @@ -37,7 +37,6 @@ brew cask install dropbox brew cask install firefox brew cask install flux brew cask install google-chrome -brew cask install google-chrome-canary brew cask install imagealpha brew cask install imageoptim brew cask install istat-menus @@ -54,7 +53,6 @@ brew cask install sequel-pro brew cask install slate brew cask install things brew cask install transmission -brew cask install truecrypt brew cask install virtualbox brew cask install vlc brew cask install webpquicklook diff --git a/install/node.sh b/install/node.sh index fe3dd3cc..aab21b87 100755 --- a/install/node.sh +++ b/install/node.sh @@ -14,6 +14,7 @@ npm install -g frontend-md npm install -g grunt-cli npm install -g gulp npm install -g jsonlint +npm install -g htmlhint npm install -g npm-check-updates npm install -g recursive-blame npm install -g vtop diff --git a/install/ruby.sh b/install/ruby.sh index e516aeda..6210d5dd 100755 --- a/install/ruby.sh +++ b/install/ruby.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -rbenv instal 2.2.0 +rbenv install 2.2.1 gem install bundler --no-document gem install capistrano --no-document gem install compass --no-document diff --git a/zsh/exports b/zsh/exports index e712d5fe..d9afc198 100644 --- a/zsh/exports +++ b/zsh/exports @@ -37,7 +37,7 @@ export LESS="-R" export LC_CTYPE=$LANG # ruby -export RBENV_VERSION="2.2.0" +export RBENV_VERSION="2.2.1" # docker -- boot2docker config export DOCKER_TLS_VERIFY=1