mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
feat(fish): add some of my often used functions
This commit is contained in:
4
fish/functions/homebrew-backup.fish
Normal file
4
fish/functions/homebrew-backup.fish
Normal file
@@ -0,0 +1,4 @@
|
||||
function homebrewBackup --description "Create a snapshot of all currently installed Homebrew, Cask, Mac App Store, and WhaleBrew installations"
|
||||
cd ~/.dotfiles/
|
||||
brew bundle dump --describe -f
|
||||
end
|
||||
Reference in New Issue
Block a user