Browse Source

dwm and conky configs

neuraflash
Brandon Cornejo 11 years ago
parent
commit
b8f2505e60
  1. 6
      README.md
  2. 5
      install.sh

6
README.md

@ -1,4 +1,8 @@
dotfiles
========
The aptly named
The aptly named.
Vim: Vundle plugin manager, nerdtree, minibufexpl
Tmux: Play nice with vim colors, use screen keybindings
dwm+conky: basic status bar (cpu/temp/mem/SSID/date/battery), and feh for wallpaper

5
install.sh

@ -1,13 +1,16 @@
#!/bin/bash
dir=~/dotfiles
files="vimrc tmux.conf"
files="vimrc tmux.conf conkyrc"
cd $dir
for file in $files; do
ln -s $dir/$file ~/.$file
done
chmod +x dwmstart
ln -s $dir/dwmstart ~/dwmstart
if [ ! -d ~/.vim/bundle/vundle ]; then
git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle
vim +BundleInstall +qall

Loading…
Cancel
Save