Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Move the dotfiles in a new folder
  • Loading branch information
mekanics committed Nov 18, 2019
1 parent 0f35b7b commit 9eed791
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 38 deletions.
37 changes: 0 additions & 37 deletions Preferences.sublime-settings

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion make_symlink.sh
Expand Up @@ -5,7 +5,7 @@
for symlink in gitconfig gitignore_global slate zshrc gemrc gitmessage tmux.conf
do
rm ~/.$symlink
ln -s $PWD/$symlink ~/.$symlink
ln -s $PWD/dotfiles/$symlink ~/.$symlink
done

rm ~/.oh-my-zsh/themes/alex.zsh-theme
Expand Down

0 comments on commit 9eed791

Please sign in to comment.