add laptop.local example

trunk
Thomas Riboulet 2 years ago
parent 390c550034
commit 7839a25baa

@ -0,0 +1,19 @@
# 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
Loading…
Cancel
Save