|
|
|
@ -42,12 +42,9 @@ install_packages() { |
|
|
|
|
|
|
|
|
|
|
|
clone_repos () { |
|
|
|
clone_repos () { |
|
|
|
git clone --bare https://git.meinlschmidt.org/jetpac/dotfiles.git ~/.cfg |
|
|
|
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' |
|
|
|
# alias config='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME' |
|
|
|
git config --local status.showUntrackedFiles no |
|
|
|
git --git-dir=$HOME/.cfg config --local status.showUntrackedFiles no |
|
|
|
cd $HOME |
|
|
|
git --git-dir=$HOME/.cfg --work-tree=$HOME checkout |
|
|
|
rm .zshrc |
|
|
|
|
|
|
|
git checkout --git-dir=$HOME/.cfg --work-tree=$HOME |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# install oh-my-zsh |
|
|
|
# install oh-my-zsh |
|
|
|
|