Skip to content

Commit 86b044d

Browse files
committed
✨ feat: added gitleaks to installation process
1 parent d2b354e commit 86b044d

File tree

3 files changed

+33
-34
lines changed

3 files changed

+33
-34
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,7 @@ Follow the below links to download and learn to how to setup:
249249
| scoop | **[git-filter-repo](https://github.com/newren/git-filter-repo)** | Quickly rewrite git repository history (filter-branch replacement) |
250250
| scoop | **[git-lfs](https://git-lfs.com/)** | Improve then handling of large files |
251251
| scoop | **[git-sizer](https://github.com/github/git-sizer)** | Compute various size metrics for a Git repository |
252+
| scoop | **[gitleaks](https://github.com/gitleaks/gitleaks)** | Detect secrets like passwords, API keys, and tokens |
252253
| scoop | **[bfg](https://rtyley.github.io/bfg-repo-cleaner/)** | Remove large or troublesome blobs (required **java** installed) |
253254
| npm | **[commitizen](https://github.com/commitizen/cz-cli)** + **[cz-git](https://cz-git.qbb.sh/)** | Write better Git commits |
254255
| npm | **[git-open](https://github.com/paulirish/git-open)** | Open the GitHub page or website for a repository in your browser |

Setup.ps1

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -223,27 +223,27 @@ function Main {
223223
}
224224

225225
# Nerd Font
226-
Write-PrettyTitle "Install Nerd Fonts"
227-
$nerdFontConfirm = $(Write-Host "Install Nerd Fonts now (y/n)? " -ForegroundColor "Cyan" -NoNewline; Read-Host)
228-
if ($nerdFontConfirm -eq 'y') {
229-
$whichUser = $(Write-Host "1) Install Nerd Fonts for AllUsers (y) or CurrentUser (n)? " -NoNewline; Read-Host)
230-
$whichInstaller = $(Write-Host "2) Install Nerd Fonts using Script (y) or Scoop (n)? " -NoNewline; Read-Host)
231-
""
232-
if ($whichUser -eq 'y') {
233-
if ($whichInstaller -eq 'y') {
234-
Install-NerdFonts -Scope AllUsers -Script
235-
}
236-
else { Install-NerdFonts -Scope AllUsers -Scoop }
237-
}
238-
else {
239-
if ($whichInstaller -eq 'y') {
240-
Install-NerdFonts -Scope CurrentUser -Script
241-
}
242-
else {
243-
Install-NerdFonts -Scope CurrentUser -Scoop
244-
}
245-
}
246-
}
226+
# Write-PrettyTitle "Install Nerd Fonts"
227+
# $nerdFontConfirm = $(Write-Host "Install Nerd Fonts now (y/n)? " -ForegroundColor "Cyan" -NoNewline; Read-Host)
228+
# if ($nerdFontConfirm -eq 'y') {
229+
# $whichUser = $(Write-Host "1) Install Nerd Fonts for AllUsers (y) or CurrentUser (n)? " -NoNewline; Read-Host)
230+
# $whichInstaller = $(Write-Host "2) Install Nerd Fonts using Script (y) or Scoop (n)? " -NoNewline; Read-Host)
231+
# ""
232+
# if ($whichUser -eq 'y') {
233+
# if ($whichInstaller -eq 'y') {
234+
# Install-NerdFonts -Scope AllUsers -Script
235+
# }
236+
# else { Install-NerdFonts -Scope AllUsers -Scoop }
237+
# }
238+
# else {
239+
# if ($whichInstaller -eq 'y') {
240+
# Install-NerdFonts -Scope CurrentUser -Script
241+
# }
242+
# else {
243+
# Install-NerdFonts -Scope CurrentUser -Scoop
244+
# }
245+
# }
246+
# }
247247

248248
# MISC
249249
# Bat

appList.json

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,32 +5,27 @@
55
"source": {
66
"winget": [
77
"chrisant996.Clink",
8+
"Discord.Discord",
9+
"Docker.DockerDesktop",
10+
"Flow-Launcher.Flow-Launcher",
811
"gerardog.gsudo",
912
"Git.Git",
1013
"GitHub.GitHubDesktop",
1114
"ImageMagick.ImageMagick",
1215
"JanDeDobbeleer.OhMyPosh",
13-
"Obsidian.Obsidian",
14-
// "Microsoft.OpenJDK.21",
15-
"Docker.DockerDesktop",
16-
"Discord.Discord",
16+
"LGUG2Z.komorebi",
17+
"LGUG2Z.whkd",
1718
"Microsoft.PowerShell",
1819
"Microsoft.PowerToys",
1920
"Microsoft.VisualStudioCode",
2021
"Microsoft.WindowsTerminal.Preview",
21-
// "Neovim.Neovim",
22-
// "Notepad++.Notepad++",
23-
// "Mozilla.Firefox",
24-
// "Zen-Team.Zen-Browser.Optimized",
22+
"Obsidian.Obsidian",
2523
"Proton.ProtonVPN",
26-
"Spotify.Spotify",
27-
// "glzr-io.glazewm",
24+
// Windows Tweak Appearance Tools
2825
"AmN.yasb",
29-
"Flow-Launcher.Flow-Launcher",
30-
"LGUG2Z.komorebi",
31-
"LGUG2Z.whkd",
3226
"Rainmeter.Rainmeter",
3327
"rocksdanister.LivelyWallpaper",
28+
"Spotify.Spotify",
3429
"Stardock.Start11"
3530
],
3631
"scoop": {
@@ -40,6 +35,7 @@
4035
"bat",
4136
"bfg",
4237
"btop",
38+
"csvlens",
4339
"delta",
4440
"eza",
4541
"fastfetch",
@@ -50,6 +46,7 @@
5046
"git-filter-repo",
5147
"git-lfs",
5248
"git-sizer",
49+
"gitleaks",
5350
"innounp",
5451
"jq",
5552
"lazygit",
@@ -63,6 +60,7 @@
6360
// "topgrade",
6461
"wixtoolset",
6562
"yazi",
63+
"yq",
6664
"zoxide"
6765
],
6866
"global": [

0 commit comments

Comments
 (0)