Merge branch 'master' of github.com:yock/dotfiles
This commit is contained in:
1
dependencies/zsh.txt
vendored
1
dependencies/zsh.txt
vendored
@@ -1 +1,2 @@
|
|||||||
git@github.com:geometry-zsh/geometry.git
|
git@github.com:geometry-zsh/geometry.git
|
||||||
|
git@github.com:zsh-users/zsh-autosuggestions.git
|
||||||
|
|||||||
@@ -61,7 +61,7 @@ cp -rf packages $INSTALL_DIR/packages
|
|||||||
cp -f zshrc $INSTALL_DIR/zshrc
|
cp -f zshrc $INSTALL_DIR/zshrc
|
||||||
|
|
||||||
# Insert the INSTALL_DIR variable into the installed run control file
|
# Insert the INSTALL_DIR variable into the installed run control file
|
||||||
sed -i -e "1 i\\
|
sed -i "" -e "1 i\\
|
||||||
INSTALL_DIR=$INSTALL_DIR\\
|
INSTALL_DIR=$INSTALL_DIR\\
|
||||||
" $INSTALL_DIR/zshrc
|
" $INSTALL_DIR/zshrc
|
||||||
|
|
||||||
|
|||||||
1
zshrc
1
zshrc
@@ -2,6 +2,7 @@ eval "$(rbenv init -)"
|
|||||||
eval "$(nodenv init -)"
|
eval "$(nodenv init -)"
|
||||||
|
|
||||||
source $INSTALL_DIR/packages/geometry/geometry.zsh
|
source $INSTALL_DIR/packages/geometry/geometry.zsh
|
||||||
|
source $INSTALL_DIR/packages/zsh-autosuggestions/zsh-autosuggestions.zsh
|
||||||
|
|
||||||
if type brew &>/dev/null; then
|
if type brew &>/dev/null; then
|
||||||
FPATH=$(brew --prefix)/share/zsh/site-functions:$FPATH
|
FPATH=$(brew --prefix)/share/zsh/site-functions:$FPATH
|
||||||
|
|||||||
Reference in New Issue
Block a user