Browse Source

Network still broke, get zsh working and feh starting by itself

master
Taylor Bockman 9 years ago
parent
commit
8c60b28cbc
  1. 5
      README.md
  2. 1
      dotfiles/xinitrc
  3. 29
      dotfiles/zshrc
  4. 1
      scripts/lemonbar/final_bar.sh

5
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

1
dotfiles/xinitrc

@ -1,2 +1,3 @@
xrdb ~/.Xresources
exec ~/essentials/scripts/sysinit/xmonad_start.sh
zsh ~/.fehbg &

29
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

1
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}"

Loading…
Cancel
Save