diff --git a/README.md b/README.md index 015c0a5e9..df1487b5a 100644 --- a/README.md +++ b/README.md @@ -72,9 +72,10 @@ When I finish with your machine, you will be able to look at your command-line i ![iTerm Screenshot](https://raw.githubusercontent.com/atomantic/dotfiles/master/img/term.png) -Check out how your shell prompt includes the full path & the working git branch! +Check out how your shell prompt includes the full path, node.js version & the working git branch along with a lot of other info! +We use powerlevel9k for command prompt, so customization of what you want is easily changable in `./.zshrc` The top terminal is using vim + NerdTree as a full Atom replacement IDE. -The bottom left is a git terminal. +The bottom left two are git terminals. The bottom right is running `vtop` To launch fullscreen, hit `Command + Enter` in iTerm, then use `Command + d` and `Command + D` to create split panes. diff --git a/homedir/.shellaliases b/homedir/.shellaliases index 8df49e4f8..cbfee26e9 100644 --- a/homedir/.shellaliases +++ b/homedir/.shellaliases @@ -86,3 +86,5 @@ alias useio='brew unlink node && brew link --force iojs && echo Using io.js' alias port-forward-enable="echo 'rdr pass inet proto tcp from any to any port 2376 -> 127.0.0.1 port 2376' | sudo pfctl -ef -" alias port-forward-disable="sudo pfctl -F all -f /etc/pf.conf" alias port-forward-list="sudo pfctl -s nat" + +alias vtop="vtop --theme wizard" diff --git a/img/term.png b/img/term.png index 9dd782291..5e568c039 100644 Binary files a/img/term.png and b/img/term.png differ