Skip to content

Commit

Permalink
add iftoprc
Browse files Browse the repository at this point in the history
  • Loading branch information
techgaun committed Mar 8, 2017
1 parent 545803a commit eb01164
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .iftoprc
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
interface: lo

dns-resolution: no

port-resolution: no

show-bars: no

port-display: on

use-bytes: yes

line-display: one-line-both

show-totals: yes
1 change: 1 addition & 0 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ ln -sf "${SRC_DIR}/.gitconfig" "${HOME}/.gitconfig"
ln -sf "${SRC_DIR}/.gitignore" "${HOME}/.gitignore"
ln -sf "${SRC_DIR}/httpie/config.json" "${HOME}/.httpie/config.json"
ln -sf "${SRC_DIR}/.iex.exs" "${HOME}/.iex.exs"
ln -sf "${SRC_DIR}/.iftoprc" "${HOME}/.iftoprc"
ln -sf "${SRC_DIR}/.psqlrc" "${HOME}/.psqlrc"
ln -sf "${SRC_DIR}/ssh_config" "${HOME}/.ssh/config"
ln -sf "${SRC_DIR}/.tmux.conf" "${HOME}/.tmux.conf"
Expand Down

0 comments on commit eb01164

Please sign in to comment.