git clone --bare https://github.com/ChronoLoop/dotfiles.git $HOME/dotfiles
git checkout --git-dir=$HOME/dotfiles --work-tree=$HOME
source $HOME/.bash_aliases
dotconf config --local status.showUntrackedFiles no
dotconf config --local core.worktree $HOME
git clone https://github.com/ChronoLoop/dotfiles.git $HOME/dotfiles
[System.Environment]::SetEnvironmentVariable('XDG_CONFIG_HOME', "$HOME\dotfiles\.config", "User")