/dotfiles

Primary LanguageShell

dotfiles

Install

if yadm is already installed.

yadm clone https://github.com/rtks/dotfiles.git --bootstrap

curl

bash -c "$(curl -sL takasu.dev/dotfiles)"

wget

bash -c "$(wget -qO - takasu.dev/dotfiles)"

Brew bundle

brew tap Homebrew/bundle
brew bundle

Update Brewfile.

brew bundle dump --force --tap --formula --cask --mas --file=~/.config/yadm/alt/.Brewfile##os.Darwin; for l in (diff -u (brew list | sort | psub) (brew leaves | sed 's#^.*/##' | sort | psub) | tail -n+3 | grep "^-" | cut -c2-); sed -i '' -e '/^brew "[^"]*'$l'"/d' ~/.config/yadm/alt/.Brewfile##os.Darwin; end