Skip to content

0inp/dotfiles

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published