Skip to content

Commit

Permalink
fix for macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
randName committed Apr 7, 2020
1 parent 5e55ca9 commit e7e0ce2
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
5 changes: 5 additions & 0 deletions gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
tags
.tags

surge.sh

._*
.DS_Store
7 changes: 7 additions & 0 deletions tools/install_osx.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/sh

# Symlink to default locations
for fn in $(cat tools/locations); do
[ -z "$fn" ] && continue
ln -vsi $PWD/$fn $HOME/.$fn
done
2 changes: 1 addition & 1 deletion vimrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
" System {{{
set shell=/usr/bin/zsh
set shell=$SHELL

set runtimepath+=~/.dotfiles/vim
set packpath+=~/.dotfiles/vim
Expand Down

0 comments on commit e7e0ce2

Please sign in to comment.