Skip to content

Instantly share code, notes, and snippets.

## Add the following to ~/.profile
# Control is mapped to Alt keys, Alt is mapped to Win key
setxkbmap -option altwin:ctrl_alt_win
# Disable Caps Lock
setxkbmap -option ctrl:nocaps
set smoothscroll
set sortlinkhints
map s openSearchBar
map ) nextMatchPattern
map ( previousMatchPattern
@halohalospecial
halohalospecial / gist:205effab1fa0d088bb9932d3796db6ca
Last active April 30, 2018 14:49
zsh + oh-my-zsh + gnome-terminal + solarized
sudo apt-get install -y zsh
wget https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | zsh
chsh -s `which zsh`
git clone git://github.com/sigurdga/gnome-terminal-colors-solarized.git ~/.solarized
cd ~/.solarized
./install.sh
# Note: Type `YES` to all `YES to continue` prompts.
wget https://raw.githubusercontent.com/seebi/dircolors-solarized/master/dircolors.ansi-dark
echo 'eval `dircolors ~/.solarized/dircolors.ansi-dark`' >> ~/.zshrc
module ElmHtmlTemplate where
import Window
import Graphics.Input (..)
import Graphics.Input as Input
import Html
import Html (..)
import Html.Events (..)
--------------------------------------------------------------------------------