This commit is contained in:
Fergal Moran
2017-04-11 23:07:59 +01:00
parent 9efda7ccf5
commit 60742ed61f
2 changed files with 1 additions and 3 deletions

View File

@@ -27,8 +27,6 @@ for file in $files; do
ln -s $dir/$file ~/.$file ln -s $dir/$file ~/.$file
done done
ln -s $dir/bin ~/bin
#ln $dir/fonts ~/.fonts #ln $dir/fonts ~/.fonts
#fc-cache -f -v #fc-cache -f -v

2
zshrc
View File

@@ -1,5 +1,5 @@
# If you come from bash you might have to change your $PATH. # If you come from bash you might have to change your $PATH.
export PATH=$HOME/bin:/usr/local/bin:$PATH export PATH=$HOME/dotfiles/bin:/usr/local/bin:$PATH
# Path to your oh-my-zsh installation. # Path to your oh-my-zsh installation.
export ZSH=~/.oh-my-zsh export ZSH=~/.oh-my-zsh