Skip to content

Commit

Permalink
minor changes to file formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
edheltzel committed Aug 14, 2024
1 parent 7202869 commit 6967ba2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"AFPS",
"Astro",
"Backhaul",
"connrefused",
"csrutil",
"danhper",
"dotfiles",
Expand All @@ -22,13 +23,15 @@
"Lissy",
"luanchctl",
"Mbps",
"MSIE",
"nvim",
"prereq",
"procs",
"ripgrep",
"softwardupdate",
"spctl",
"tigrc",
"timestamping",
"tldr",
"tmol",
"Unstowing",
Expand Down
11 changes: 3 additions & 8 deletions config/.config/topgrade.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@ cleanup = true
# Skip sending a notification at the end of a run (default: false)
skip_notify = true

# Commands to run before anything
######## Commands to run BEFORE anything ########
# [pre_commands]
# Commands to run after anything

######### Commands to run AFTER anything ########
[post_commands]
"Brew - Cleanup" = "brew cleanup --prune=all"
"Node - Corepack Enable Pnpm" = "corepack enable && echo corepack pnpm: $(tput bold)$(tput setaf 2)enabled$(tput sgr0)"
Expand All @@ -34,26 +35,20 @@ skip_notify = true
# Custom commands
[commands]
[python]

[composer]
self_update = true

[brew]
greedy_cask = true
autoremove = true

[linux]
[git]
# Git repositories that you want to pull and push
repos = ["~/.config/nvim"]

[windows]

# Causes Topgrade to rename itself during the run to allow package managers
# to upgrade it. Use this only if you installed Topgrade by using a package
# manager such as Scoop or Cargo
self_rename = true

[npm]
[yarn]
[vim]
Expand Down
1 change: 0 additions & 1 deletion dots/.stow-global-ignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Stow global ignore - skip these files

.DS_Store
.git
.gitignore
Expand Down

0 comments on commit 6967ba2

Please sign in to comment.