dwm and conky configs
This commit is contained in:
parent
62f5c8eede
commit
b8f2505e60
@ -1,4 +1,8 @@
|
|||||||
dotfiles
|
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
Normal file → Executable file
5
install.sh
Normal file → Executable file
@ -1,13 +1,16 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
dir=~/dotfiles
|
dir=~/dotfiles
|
||||||
files="vimrc tmux.conf"
|
files="vimrc tmux.conf conkyrc"
|
||||||
|
|
||||||
cd $dir
|
cd $dir
|
||||||
for file in $files; do
|
for file in $files; do
|
||||||
ln -s $dir/$file ~/.$file
|
ln -s $dir/$file ~/.$file
|
||||||
done
|
done
|
||||||
|
|
||||||
|
chmod +x dwmstart
|
||||||
|
ln -s $dir/dwmstart ~/dwmstart
|
||||||
|
|
||||||
if [ ! -d ~/.vim/bundle/vundle ]; then
|
if [ ! -d ~/.vim/bundle/vundle ]; then
|
||||||
git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle
|
git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle
|
||||||
vim +BundleInstall +qall
|
vim +BundleInstall +qall
|
||||||
|
Loading…
x
Reference in New Issue
Block a user