Skip to content

Commit

Permalink
chore: periodic backup
Browse files Browse the repository at this point in the history
  • Loading branch information
macintacos committed Jul 17, 2023
1 parent abd4d1f commit 6d89b66
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 23 deletions.
11 changes: 8 additions & 3 deletions backup/Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ brew "jpeg-xl"
brew "aom"
brew "[email protected]"
brew "archey"
brew "asimov"
brew "gdbm"
brew "autojump"
brew "automake"
Expand Down Expand Up @@ -199,7 +200,7 @@ brew "icdiff"
brew "libheif"
brew "imagemagick"
brew "imagesnap"
brew "openssl@3"
brew "openssl@3", link: false
brew "jj"
brew "jless"
brew "jo"
Expand Down Expand Up @@ -294,6 +295,7 @@ brew "terminal-notifier"
brew "tflint"
brew "the_silver_searcher"
brew "tig"
brew "tilt"
brew "tldr"
brew "tmux"
brew "todo-txt"
Expand Down Expand Up @@ -425,7 +427,6 @@ cask "xquartz"
cask "yt-music"
mas "1Password for Safari", id: 1569813296
mas "Amphetamine", id: 937984704
mas "Bear", id: 1091189122
mas "CARROT Weather", id: 993487541
mas "CodeRunner", id: 955297617
mas "Copy 'Em", id: 876540291
Expand All @@ -440,6 +441,7 @@ mas "Due", id: 524373870
mas "Fantastical", id: 975937182
mas "Front and Center", id: 1493996622
mas "Gifox", id: 1461845568
mas "Gifski", id: 1351639930
mas "Grocery", id: 1195676848
mas "iMovie", id: 408981434
mas "Kindle", id: 405399194
Expand All @@ -452,9 +454,11 @@ mas "Patterns", id: 429449079
mas "PDF Expert", id: 1055273043
mas "Pixelmator Pro", id: 1289583905
mas "Poolsuite FM", id: 1514817810
mas "PopClip", id: 445189367
mas "Screens", id: 1224268771
mas "Seat Puzzle", id: 1080012173
mas "Service Station", id: 1503136033
mas "SwitchGlass", id: 1498546559
mas "Tailscale", id: 1475387142
mas "TestFlight", id: 899247664
mas "Things", id: 904280696
mas "TickTick", id: 966085870
Expand Down Expand Up @@ -666,6 +670,7 @@ vscode "tamasfe.even-better-toml"
vscode "teabyii.ayu"
vscode "telesoho.vscode-markdown-paste-image"
vscode "tfsec.tfsec"
vscode "tilt-dev.tiltfile"
vscode "timonwong.shellcheck"
vscode "tintinweb.graphviz-interactive-preview"
vscode "tonybaloney.vscode-pets"
Expand Down
40 changes: 20 additions & 20 deletions backup/cargo-global.json
Original file line number Diff line number Diff line change
@@ -1,72 +1,72 @@
[
{
"name": "zellij",
"name": "fastmod",
"features": [],
"all_features": false,
"no_default_features": false,
"version": "0.32.0"
"version": "0.4.2"
},
{
"name": "git-trim",
"name": "git-branchless",
"features": [],
"all_features": false,
"no_default_features": false,
"version": "0.4.2"
"version": "0.6.0"
},
{
"name": "taplo-cli",
"name": "evcxr_repl",
"features": [],
"all_features": false,
"no_default_features": false,
"version": "0.6.2"
"version": "0.12.0"
},
{
"name": "git-branchless",
"name": "stylua",
"features": [],
"all_features": false,
"no_default_features": false,
"version": "0.6.0"
"version": "0.12.5"
},
{
"name": "evcxr_repl",
"name": "cargo-update",
"features": [],
"all_features": false,
"no_default_features": false,
"version": "0.12.0"
"version": "8.1.4"
},
{
"name": "pylyzer",
"name": "taplo-cli",
"features": [],
"all_features": false,
"no_default_features": false,
"version": "0.0.17"
"version": "0.6.2"
},
{
"name": "cargo-backup",
"name": "zellij",
"features": [],
"all_features": false,
"no_default_features": false,
"version": "0.4.1"
"version": "0.32.0"
},
{
"name": "cargo-update",
"name": "git-trim",
"features": [],
"all_features": false,
"no_default_features": false,
"version": "8.1.4"
"version": "0.4.2"
},
{
"name": "stylua",
"name": "pylyzer",
"features": [],
"all_features": false,
"no_default_features": false,
"version": "0.12.5"
"version": "0.0.17"
},
{
"name": "fastmod",
"name": "cargo-backup",
"features": [],
"all_features": false,
"no_default_features": false,
"version": "0.4.2"
"version": "0.4.1"
}
]
1 change: 1 addition & 0 deletions backup/vscode-extensions-backup.txt
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ tamasfe.even-better-toml
teabyii.ayu
telesoho.vscode-markdown-paste-image
tfsec.tfsec
tilt-dev.tiltfile
timonwong.shellcheck
tintinweb.graphviz-interactive-preview
tonybaloney.vscode-pets
Expand Down

0 comments on commit 6d89b66

Please sign in to comment.