Skip to content

Commit 44b0a19

Browse files
committed
adding vtop alias with theme and new term image
1 parent 41f4461 commit 44b0a19

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,10 @@ When I finish with your machine, you will be able to look at your command-line i
7272

7373
![iTerm Screenshot](https://raw.githubusercontent.com/atomantic/dotfiles/master/img/term.png)
7474

75-
Check out how your shell prompt includes the full path & the working git branch!
75+
Check out how your shell prompt includes the full path, node.js version & the working git branch along with a lot of other info!
76+
We use powerlevel9k for command prompt, so customization of what you want is easily changable in `./.zshrc`
7677
The top terminal is using vim + NerdTree as a full Atom replacement IDE.
77-
The bottom left is a git terminal.
78+
The bottom left two are git terminals.
7879
The bottom right is running `vtop`
7980

8081
To launch fullscreen, hit `Command + Enter` in iTerm, then use `Command + d` and `Command + D` to create split panes.

homedir/.shellaliases

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,3 +86,5 @@ alias useio='brew unlink node && brew link --force iojs && echo Using io.js'
8686
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 -"
8787
alias port-forward-disable="sudo pfctl -F all -f /etc/pf.conf"
8888
alias port-forward-list="sudo pfctl -s nat"
89+
90+
alias vtop="vtop --theme wizard"

img/term.png

126 KB
Loading

0 commit comments

Comments
 (0)