From 307461827cfaebee37e1dc5c982e067ac07b301a Mon Sep 17 00:00:00 2001 From: Alexander Hosking Date: Mon, 27 Mar 2017 12:00:13 -0400 Subject: [PATCH] Add dir colors, vim plugin and new i3 wallpaper --- i3/config | 2 +- install.sh | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/i3/config b/i3/config index ef8bf38..6cf5297 100644 --- a/i3/config +++ b/i3/config @@ -13,7 +13,7 @@ exec "setxkbmap dvorak" exec --no-startup-id nm-applet -exec --no-startup-id feh --bg-fill ~/Pictures/scenery-4.jpg +exec --no-startup-id feh --bg-fill ~/Pictures/wallpaper-1791868.jpg set $mod Mod4 diff --git a/install.sh b/install.sh index ea33aaa..d6241da 100644 --- a/install.sh +++ b/install.sh @@ -18,7 +18,8 @@ git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim ln -sfv "$DOTFILES_DIR/run/.bashrc" ~ ln -sfv "$DOTFILES_DIR/git/.gitconfig" ~ ln -sfv "$DOTFILES_DIR/system/.vimrc" ~ -ls -sfv "$DOTFILE_DIR/vim/bundle" .vim/bundle +ln -sfv "$DOTFILES_DIR/system/.dir_colors" ~ +ln -sfv "$DOTFILES_DIR/vim/bundle" .vim/bundle # Link .config files ln -sfv "$DOTFILES_DIR/config/terminator" ~/.config/