Personal dotfiles and command line configs.
Includes:
-
Quick install One line install script:
curl -sSL https://pub.anw.sh/get-dotfiles.sh | bash -
Clone this repo
git clone https://github.com/zianwar/dotfiles.git ~/.dotfiles cd ~/.dotfiles git submodule update --init
-
Run setup script
./setup.sh install # Install required plugins and packages ./setup.sh sync # Symlink dotfiles into ~/
-
zsh auto-completion (optional) Follow: https://docs.brew.sh/Shell-Completion#configuring-completions-in-zsh
-
Install Brewfile packages
brew bundle # Installs what's listed in Brewfile
To remove all linked dotfiles:
./setup.sh clean