- This repository is managed with chezmoi.
- The source directory,
~/.local/share/chezmoi
# checks for common problems. If you encounter something unexpected, run this first.
$ chezmoi doctor
# gives a quick summary of what files would change if you ran chezmoi apply.
$ chezmoi status
# adds $FILE from your **home directory** to the source directory.
$ chezmoi add $FILE
# change to chezmoi source directory
$ chezmoi cd
# Pull the latest changes from your repo and apply them
$ chezmoi update
# If you're happy with the changes, then you can run
$ chezmoi apply [--dry-run]
On another machine you can checkout this repo:
$ chezmoi init [email protected]:phillippbertram/dotfiles.git
wget curl thefuck fzf autojump
Check if brew is available
- vscode
$ brew install zsh
$ sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
https://github.com/zsh-users/zsh-autosuggestions/blob/master/INSTALL.md
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions