Skip to content

Instantly share code, notes, and snippets.

@LordOkami
LordOkami / iterm2-solarized.md
Created May 14, 2018 15:34 — forked from kevin-smets/iterm2-solarized.md
iTerm2 + Oh My Zsh + Solarized color scheme + Meslo powerline font + [Powerlevel9k] - (macOS)

Default

Default

Powerlevel9k

Powerlevel9k

@LordOkami
LordOkami / atom-packages.sh
Last active June 6, 2018 10:12
Atom packages
# Linters
apm install linter
apm install linter-clang
apm install linter-sass-lint
apm install linter-eslint
apm install linter-csslint
apm install linter-stylelint
apm install file-icons
apm install linter-gcc
apm install linter-cpplint
@LordOkami
LordOkami / Docker-without-sudo.sh
Created May 14, 2018 08:15
Run docker without sudo
sudo groupadd docker
sudo usermod -aG docker $USER
# Relogin
1. Download https://github.com/dz0ny/leapcast/archive/master.zip
2. Extract zip to C:\leapcast
3.1 Download Python 2.7:
x86: http://www.python.org/ftp/python/2.7.5/python-2.7.5.msi
x64: http://www.python.org/ftp/python/2.7.5/python-2.7.5.amd64.msi
3.2 Install Python to C:\Python27
NOTE: If you have a newer version, install 2.7.5 and edit the environment variable and change for example "C:\Python33" to "C:\Python27".
4.1 Download Setuptools here: http://www.lfd.uci.edu/~gohlke/pythonlibs/#setuptools