Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 671 Bytes

README.md

File metadata and controls

46 lines (32 loc) · 671 Bytes

Dotfiles

Here are my dotfiles. They are MacOS oriented.

Installation

Make sure you have git and stow installed.

brew install git stow
git clone https://github.com/0inp/dotfiles.git ~/dotfiles
cd ~/dotfiles
chmod +x "${HOME}/dotfiles/bin/install.sh" && ./bin/install.sh
brew bundle
stow */

Update

cd ~/dotfiles
./bin/update.sh

Misc

Command Line Tools (macOS)

Reinstall them by running following command:

sudo rm -rf $(xcode-select -print-path)
xcode-select --install

Brew

Fix it with following command when it's broken.

sudo chown -R "$(whoami)" "$(brew --prefix)"/*
brew doctor