You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
setup/laptop.local.example

20 lines
472 B
Plaintext

# move this file to ~/.laptop.local and edit to your liking
fancy_echo "Installing favorite editor"
brew install --cask visual-studio-code
fancy_echo "Installing bat (cat with wings)"
brew install bat
fancy_echo "Installing Obsidian (markdown editor and knowledge base manager)"
brew install --cask obsidian
fancy_echo "Cleaning up old Homebrew formulae ..."
brew cleanup
brew cask cleanup
if [ -r "$HOME/.rcrc" ]; then
fancy_echo "Updating dotfiles ..."
rcup
fi