➜ uname -r
# get installed kernel version
➜ pacman -S linux-headers
# select kernel version
NT_PROMPT_SYMBOL=❱ | |
NEWLINE=$'\n' | |
autoload -Uz vcs_info add-zsh-hook | |
setopt PROMPT_SUBST | |
add-zsh-hook precmd vcs_info | |
precmd() { | |
if [[ -z $(git ls-files --other --exclude-standard 2>/dev/null) ]]; then | |
zstyle ':vcs_info:git:*' formats ' [ %F{166}%b%f %c%u%B%F{green}%f]' |
➜ uname -r
# get installed kernel version
➜ pacman -S linux-headers
# select kernel version
pyenv | |
git clone https://github.com/pyenv/pyenv.git ~/.pyenv | |
nvm | |
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.0/install.sh | bash | |
rbenv |
Italic not sliced
Clip_System_v01
THEX0004_Lair_of_the_Lucanis
docker stop
docker exec -it 2a66fd96b714 bash
# docker-compose up -d | |
sabnzbd: | |
image: "sabnzbd/sabnzbd" | |
container_name: "sabnzbd" | |
volumes: | |
- "/opt/appdata/sabnzbd:/datadir" | |
- "/mnt/volume01/movies:/movies" | |
- "/mnt/volume01/downloads:/downloads" | |
ports: |
methods | fields | package/class name | |
---|---|---|---|
358 | 157 | <unnamed> | |
15019 | 5270 | android | |
772 | 702 | com.adobe | |
401 | 201 | com.android | |
3144 | 4565 | com.citi.mobile | |
36 | 8 | com.ds3 | |
12841 | 4786 | com.google | |
59 | 3 | com.iovation | |
93 | 123 | com.manatee |
NOTE: Your mileage may vary, depending on project, and/or perhaps you prefer a different IDE altogether.
The principles here are what we're shooting for, not necessarily that everything be used verbatim.
In the interest of automating code quality, and cutting down on the necessity for manual code reviews, we strongly urge each front-end developer to install these Sublime Text packages.