mirror of
https://github.com/lordmathis/dotfiles.git
synced 2025-11-05 17:24:22 +00:00
Update 'install.sh'
This commit is contained in:
10
install.sh
10
install.sh
@@ -7,9 +7,9 @@ if [ $# -eq 0 ]
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
echo ".dotfiles" >> $HOME/.gitignore
|
echo ".dotfiles" >> $HOME/.gitignore
|
||||||
git clone --bare https://git.namesny.com/Mathis/dotfiles.git $HOME/.dotfiles &&
|
git clone --bare https://git.namesny.com/Mathis/dotfiles.git $HOME/.dotfiles
|
||||||
alias config='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME' &&
|
alias config='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
|
||||||
config checkout $1 &&
|
config checkout $1
|
||||||
config submodule init &&
|
config submodule init
|
||||||
config submodule update &&
|
config submodule update
|
||||||
source .zshrc
|
source .zshrc
|
||||||
Reference in New Issue
Block a user