Skip to content

Commit

Permalink
make vim dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
cdaddr committed Aug 14, 2019
1 parent 3837deb commit 0245711
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ DOTFILES="${0:a:h}"
log "Linking..."
mkdir -p ~/.config/kitty/
# lns "$DOTFILES/zfunctions/dircolors-solarized/dircolors.ansi-light" $HOME/.dir_colors
mkdir -p "$HOME/.vim/backup"
mkdir -p "$HOME/.vim/undo"
lns "$DOTFILES/gitconfig" "$HOME/.gitconfig"
lns "$DOTFILES/gitignore" "$HOME/.gitignore"
lns "$DOTFILES/ignore" "$HOME/.ignore"
Expand Down

0 comments on commit 0245711

Please sign in to comment.