Skip to content

Commit

Permalink
sync dotfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
totem3 committed Dec 22, 2015
1 parent 2618382 commit 9be728b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions files/default/golang
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
export GOPATH=/home/vagrant/go
PATH=$GOPATH/bin:/usr/local/go/bin:$PATH
7 changes: 7 additions & 0 deletions syncdotfiles.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash

DEST="/vagrant/files/default/"
cp ~/.vimrc $DEST
cp ~/.vimrc.d/.vimrc.* $DEST
cp ~/.zshrc $DEST
cp ~/.zshrc.d/* $DEST

0 comments on commit 9be728b

Please sign in to comment.