bootstrap take 2

main
Petr Nyc 1 year ago
parent 64b1207b53
commit 43d96a7a3d
  1. 7
      bootstrap.sh

@ -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

Loading…
Cancel
Save