From 3ec3c8b55409b75c69a3ad30336fb69ed0fcbc40 Mon Sep 17 00:00:00 2001 From: Isaac Shoebottom Date: Sat, 3 Feb 2024 16:02:24 -0400 Subject: [PATCH] Add some dotfiles --- .../Microsoft.PowerShell_profile.ps1 | 2 +- dot_gitconfig | 22 + dot_nanorc | 332 +++++ dot_pipx.json | 813 +++++++++++++ scoop/apps.json | 1066 +++++++++-------- 5 files changed, 1708 insertions(+), 527 deletions(-) create mode 100644 dot_gitconfig create mode 100644 dot_nanorc create mode 100644 dot_pipx.json diff --git a/Documents/PowerShell/Microsoft.PowerShell_profile.ps1 b/Documents/PowerShell/Microsoft.PowerShell_profile.ps1 index 80ab80e..3a203f1 100644 --- a/Documents/PowerShell/Microsoft.PowerShell_profile.ps1 +++ b/Documents/PowerShell/Microsoft.PowerShell_profile.ps1 @@ -1,6 +1,6 @@ # Sync apps with scoop # . ~/Documents/PowerShell/verify-state.ps1 -scoop export | Out-File "~\scoop\apps.json" +. ~/Documents/PowerShell/installed-apps.ps1 # Shell completion . ~/Documents/PowerShell/completions.ps1 diff --git a/dot_gitconfig b/dot_gitconfig new file mode 100644 index 0000000..c57cccb --- /dev/null +++ b/dot_gitconfig @@ -0,0 +1,22 @@ +[filter "lfs"] + process = git-lfs filter-process + required = true + clean = git-lfs clean -- %f + smudge = git-lfs smudge -- %f +[user] + name = Isaac Shoebottom + email = ir.shoebottom@gmail.com +[init] + defaultBranch = master +[credential "https://github.com"] + helper = gh auth git-credential +[credential "https://gist.github.com"] + helper = gh auth git-credential +[credential "https://vcs.cs.unb.ca"] + provider = generic +[credential "https://git.shoebottom.ca"] + provider = generic +[core] + autocrlf = false +[credential "helperselector"] + selected = manager diff --git a/dot_nanorc b/dot_nanorc new file mode 100644 index 0000000..a5dd78a --- /dev/null +++ b/dot_nanorc @@ -0,0 +1,332 @@ +## Sample initialization file for GNU nano. +## +## For the options that take parameters, the default value is shown. +## Other options are unset by default. To make sure that an option +## is disabled, you can use "unset