Skip to content

Commit

Permalink
chore: cocoapods and fvm abbrevs
Browse files Browse the repository at this point in the history
  • Loading branch information
blahspam committed Jul 28, 2024
1 parent 56853e0 commit 2bde05f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dot_config/chezmoi/chezmoi.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
format: yaml
progress: true
sourceDir: /Users/jbaile223/Develop/blahspam/dots
sourceDir: ~/Develop/blahspam/dots
onepassword:
prompt: false
13 changes: 11 additions & 2 deletions dot_config/fish/abbreviations.fish
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,22 @@ abbr -a cdxd 'cd $XDG_DATA_HOME'
abbr -a agx ansible-galaxy
abbr -a apb ansible-playbook

# Chezmoi
abbr -a cm chezmoi
abbr -a cma 'chezmoi apply'
abbr -a cmu 'chezmoi update'

# Docker
abbr -a dk docker
abbr -a dkc docker-compose
abbr -a dkd 'docker-compose down'
abbr -a dkp 'docker-compose pull'
abbr -a dku 'docker-compose up'

# Flutter
abbr -a fl 'fvm flutter'
abbr -a flr 'fvm flutter run'

# Git
abbr -a gc 'git commit'
abbr -a gca 'git commit -a'
Expand All @@ -40,5 +49,5 @@ abbr -a tfa 'terraform apply'
abbr -a tfd 'terraform destroy'
abbr -a tg terragrunt

# Other things
abbr -a cm chezmoi
# Miscellaneous
abbr -a src 'exec fish'
1 change: 1 addition & 0 deletions dot_config/homebrew-bundle/Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ brew 'awscli'
brew 'bash'
brew 'bat' # A cat(1) clone with wings.
brew 'chezmoi'
brew 'cocoapods'
brew 'clang-format'
brew 'colima'
brew 'coreutils'
Expand Down

0 comments on commit 2bde05f

Please sign in to comment.