Installation
Open iTerm and pres "cmd + ," at colors "Load Presents" dropdown "Solarized dark".
Installation
Set the new font
Installation
brew install fortune
brew install cowsay
vim .zshrc
ZSH_THEME="agnoster"
plugins=(git jump jira osx z extract chucknorris history zsh-syntax-highlighting vi-mode web-search
history-substring-search)
Iterm restart or open new tab. Enter this command
echo -e "\ue0a0 \ue0a1 \ue0a2 \ue0b0 \ue0b1 \ue0b2"
Directories
| Alias |
Command |
| alias |
list all aliases |
| .. |
cd .. |
| ... |
cd ../.. |
| .... |
cd ../../.. |
| ..... |
cd ../../../.. |
| / |
cd / |
| md |
mkdir -p |
| rd |
rmdir |
| d |
dirs -v (lists last used directories) |
| ~3 |
cd to dir -v 3 |
Usefull git alias
| Alias |
Command |
| gst |
git status |
| gf |
git fetch |
| gl |
git pull |
| gp |
git push |
| gaa |
git add --all |
| gco |
git checkout |
| gcmsg |
git commit -m |
| gclean |
git clean -fd |
| gcb |
git checkout -b |
| gcm |
git checkout master |
Jump plugin
| Alias |
Command |
| mark |
mark actual folder with name as mark |
| mark yourname |
mark actual folder with yourname as mark |
| jump yourname |
jump to folder yourname |
| unmark yourname |
remove |
OSX plugin
| Command |
Description |
| tab |
open the current directory in a new tab |
| cdf |
cd to the current Finder directory |
JIRA plugin
| Command |
Description |
| jira |
Open new issue form in browser |
| jira ABC-123 |
Open issue in browser |
History plugin
| Alias |
Description |
| h |
List your command history. Equivalent to using history
|
| hsi |
When called without an argument you will get help on grep
arguments
|
Extract plugin
| Alias |
Description |
| extract filename |
Extract any compressed filehistory
|