This is a repository where I keep some configuration related to my setup, mostly so setting up a new computer is easier.
To change the theme, open Micro, press control+E and type:
set colorscheme monokai
set colorscheme bubblegum
Needs to run this to make it work:
git config --global core.excludesfile ~/.gitignore
Source: https://gist.github.com/subfuzion/db7f57fff2fb6998a16c
Go to about:config
and change these settings:
Setting | Value |
---|---|
gfx.webrender.all |
true |
gfx.webrender.enabled |
true |
gfx.webrender.quality.force-subpixel-aa-where-possible |
true |
defaults write com.apple.dock appswitcher-all-displays -bool true
killall Dock