diff --git a/README.md b/README.md index e6c4eae..e577309 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,8 @@ There are of course a things that aren't covered (yet). 3. No automated way to setup locker 4. No automated way to setup suspend on lid close 5. No chef script to do everything for you +6. Rustc - local libs aren't initially visible + 1. Rustc requires you to manually enter sudo ldconfig /usr/local/lib once so that it can find its libraries # Software To Install @@ -39,6 +41,9 @@ Below is a not comprehensive list of software you should install and configure ## Wallpaper 1. Feh +In order to install wallpapers properly, the xinitrc in this repository includes a line to start a task in the +background to show the wallpaper. If you use sh instead of zsh, change it appropriately. + ## Terminal 1. rxvt-unicode-256color diff --git a/dotfiles/xinitrc b/dotfiles/xinitrc index 5bbd55f..c4f21a8 100644 --- a/dotfiles/xinitrc +++ b/dotfiles/xinitrc @@ -1,2 +1,3 @@ xrdb ~/.Xresources exec ~/essentials/scripts/sysinit/xmonad_start.sh +zsh ~/.fehbg & diff --git a/dotfiles/zshrc b/dotfiles/zshrc index a5909fb..cd925c3 100644 --- a/dotfiles/zshrc +++ b/dotfiles/zshrc @@ -1,4 +1,3 @@ -# Path to your oh-my-zsh installation. #Portable across both mac and linux now export ZSH=~/.oh-my-zsh export LC_ALL=en_US.UTF-8 @@ -17,14 +16,11 @@ HISTFILE=~/.histfile HISTSIZE=10000 SAVEHIST=10000 - -# Set name of the theme to load. -# Look in ~/.oh-my-zsh/themes/ -# Optionally, if you set this to "random", it'll load a random theme each -# time that oh-my-zsh is loaded. ZSH_THEME="juanghurtado" autoload -U promptinit +autoload -U compinit && compinit +zstyle ':completion:*' menu select promptinit plugins=(git brew npm coffee) @@ -34,27 +30,6 @@ export PATH="/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin" # export MANPATH="/usr/local/man:$MANPATH" -# Preferred editor for local and remote sessions -# if [[ -n $SSH_CONNECTION ]]; then -# export EDITOR='vim' -# else -# export EDITOR='mvim' -# fi - -# Compilation flags -# export ARCHFLAGS="-arch x86_64" - -# ssh -# export SSH_KEY_PATH="~/.ssh/dsa_id" - -# Set personal aliases, overriding those provided by oh-my-zsh libs, -# plugins, and themes. Aliases can be placed here, though oh-my-zsh -# users are encouraged to define aliases within the ZSH_CUSTOM folder. -# For a full list of active aliases, run `alias`. -# -# Example aliases -# alias zshconfig="mate ~/.zshrc" - export PATH="$PATH:$HOME/.rvm/bin" # Add RVM to PATH for scripting . ~/.opam/opam-init/init.sh > /dev/null 2> /dev/null || true diff --git a/scripts/lemonbar/final_bar.sh b/scripts/lemonbar/final_bar.sh index da4eb8c..ac27e3c 100755 --- a/scripts/lemonbar/final_bar.sh +++ b/scripts/lemonbar/final_bar.sh @@ -62,6 +62,7 @@ while :; do buf="%{r}%{F#FF6A9FB5}" buf="${buf} %{A:$htop:}⮡ $(cpuload)%% " buf="${buf} | ⮡ $(memused)%{A}" + buf="${buf} | $(network) " buf="${buf} |%{A:$alsamixer:} ⮞ $(volume)%%%{A}" buf="${buf} | ⮡$(battery)%{A}" buf="${buf} |%{A:gsimplecal&:} ⮖ $(clock)%{A}"