Skip to content

Instantly share code, notes, and snippets.

@keawade
Last active June 11, 2017 15:33
Show Gist options
  • Save keawade/d0333cab497ef2ad342e97afc142771a to your computer and use it in GitHub Desktop.
Save keawade/d0333cab497ef2ad342e97afc142771a to your computer and use it in GitHub Desktop.

GNOME Tweak Tool Settings

Appearance

  • Global Dark Theme: On
  • GTK+: Numix
  • Icons: EPapirus
  • Cursor: Adwaita
  • Shell Theme: United-Ubuntu

Themes script Layout manager script?

Extensions

  • Alternatetab
  • Caffeine
  • Dash to panel
  • Openweather
  • Removable drive menu
  • Screenshot window sizer
  • Topicons plus
  • User themes
  • Window corner preview

Fonts

  • Monospace: Cousine for Powerline Regular 12

Top Bar

  • Show date

Startup Applications

  • Chromium
  • Franz
  • Thunderbird

Windows

  • Window action key: disabled
  • Maximize
  • Minimize

Terminal

Oh-My-Zsh with Bullet Train

Applications

  • Chromium
  • Chrome
  • Evolution
  • Visual Studio Code
  • Virtual Box (Windows 10)
  • Franz
  • VLC
  • Thunderbird
sudo add-apt-repository ppa:papirus/papirus
sudo apt-get update
sudo apt install papirus-icon-theme
# sudo apt install numix-gtk-theme
sudo apt install zsh vim curl
sh -c "$(wget https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)"
chsh -s /bin/zsh
zsh
mkdir ~/.zsh/themes
cd ~/.zsh/themes
wget https://raw.githubusercontent.com/caiogondim/bullet-train-oh-my-zsh-theme/master/bullet-train.zsh-theme
cd
vim ~/.zshrc
# ZSH_THEME="bullet-train"
# BULLETTRAIN_CONTEXT_DEFAULT_USER="keawade"
# BULLETTRAIN_PROMPT_CHAR="~"
# BULLETTRAIN_STATUS_EXIST_SHOW=true
cd ~/.thunderbird/<weird>.default/
git clone https://github.com/spymastermatt/thunderbird-monterail.git
mv thunderbird-monterail/ chrome
vim chrome/userChrome.css
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment