Skip to content

Commit

Permalink
de-architize zsh configs
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua McIntosh committed Jun 14, 2013
1 parent b546844 commit 59a908c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion conkyrc.symlink
@@ -1,4 +1,5 @@
# For use with [dzen](https://github.com/robm/dzen)
# vim: ft=conky :
use_xft yes
xftfont monospace:size=9
xftalpha 1
Expand Down Expand Up @@ -34,7 +35,8 @@ short_units yes

TEXT
^ca(1,/home/joshua/bin/dzen_hardware.sh) \
^fg(\#91BA0D)^i(/usr/share/icons/stlarch_icons/mem1.xbm)^fg() $mem ^ca()\
${if_match ${cpu cpu0} > 80}^fg(red)^bg(red)${else}\
^fg(\#91BA0D)${endif}^i(/usr/share/icons/stlarch_icons/mem1.xbm)^fg() $mem ^bg() ^ca()\
^fg(\#91BA0D)^i(/usr/share/icons/stlarch_icons/wireless1.xbm)^fg() \
${wireless_essid wlan0} : \
${wireless_link_qual_perc wlan0} \
Expand Down
2 changes: 1 addition & 1 deletion shells/zsh/zshrc.symlink
Expand Up @@ -26,7 +26,7 @@ export ZSH_THEME="juanghurtado"
source $HOME/.rvm/scripts/rvm
# Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*)
# Example format: plugins=(rails git textmate ruby lighthouse)
plugins=(archlinux bundler cloudapp extract gem git git-flow golang gpg-agent node npm powder rake ruby rvm ssh-agent svn systemd themes vagrant)
plugins=(bundler cloudapp extract gem git git-flow golang gpg-agent node npm powder rake ruby rvm ssh-agent svn systemd themes vagrant)

# source every .zsh file in this rep
# JM - source these before oh-my-zsh
Expand Down

0 comments on commit 59a908c

Please sign in to comment.