bootstrap take 2
This commit is contained in:
@@ -42,12 +42,9 @@ install_packages() {
|
||||
|
||||
clone_repos () {
|
||||
git clone --bare https://git.meinlschmidt.org/jetpac/dotfiles.git ~/.cfg
|
||||
cd ~/.cfg
|
||||
# alias config='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME'
|
||||
git config --local status.showUntrackedFiles no
|
||||
cd $HOME
|
||||
rm .zshrc
|
||||
git checkout --git-dir=$HOME/.cfg --work-tree=$HOME
|
||||
git --git-dir=$HOME/.cfg config --local status.showUntrackedFiles no
|
||||
git --git-dir=$HOME/.cfg --work-tree=$HOME checkout
|
||||
|
||||
|
||||
# install oh-my-zsh
|
||||
|
||||
Reference in New Issue
Block a user