Skip to content

mofmofmofneko/dotfiles

Repository files navigation

dotfiles

Build Status

What's this?

my configuration files

How to install

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/nekolaboratory/dotfiles/main/install.sh)"

Full setup via HomeBrew

brew bundle --file $HOME/.dotfiles/Brewfile

Change macOS settings

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/nekolaboratory/dotfiles/main/.macos)"

Install AppStore apps

# System Preferences > App Store > Password Settings > Free Downloads: [Save Password]
mas signin APPLE_ID PASSWORD
for app in `cat $HOME/.dotfiles/mas.list | awk '{ print $1 }'`
do
  mas install $app
done