-
-
Save aclk/fc838ff9cd23e7bb52e153caf9868c94 to your computer and use it in GitHub Desktop.
Revisions
-
semperos revised this gist
Aug 25, 2020 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -32,7 +32,7 @@ New-Item -Force -ItemType file ~/.daniel-scoop-latex-configured # Java Bucket scoop install java/adoptopenjdk-lts-hotspot scoop install scoop-clojure/clojure scoop install scoop-clojure/babashka # Extras Bucket scoop install extras/authy -
semperos revised this gist
Aug 21, 2020 . 1 changed file with 6 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -12,11 +12,15 @@ scoop bucket add scoop-clojure https://github.com/littleli/scoop-clojure ############ # Main Bucket scoop install main/bat scoop install main/figlet scoop install main/fd scoop install main/git scoop install main/gpg scoop install main/less scoop install main/lilypond # TODO Configure Frescobaldi installation via personal Scoop repository scoop install main/vim # LaTeX scoop install main/latex @@ -31,7 +35,9 @@ scoop install scoop-clojure/clojure scoop update scoop-clojure/clojure # Extras Bucket scoop install extras/authy scoop install extras/autohotkey scoop install extras/emacs scoop install extras/firefox-developer scoop install extras/powertoys scoop install extras/vlc -
semperos revised this gist
Aug 13, 2020 . No changes.There are no files selected for viewing
-
semperos revised this gist
Aug 12, 2020 . 1 changed file with 3 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -14,7 +14,9 @@ scoop bucket add scoop-clojure https://github.com/littleli/scoop-clojure # Main Bucket scoop install main/figlet scoop install main/git scoop install main/gpg scoop install main/lilypond # TODO Configure Frescobaldi installation via personal Scoop repository # LaTeX scoop install main/latex @@ -32,6 +34,7 @@ scoop update scoop-clojure/clojure scoop install extras/autohotkey scoop install extras/firefox-developer scoop install extras/powertoys scoop install extras/vlc scoop install extras/vscode (Test-Path -Path $env:USERPROFILE/.daniel-scoop-vscode-installed) ? (Write-Host "VSCode already configured") : (~/scoop/apps/vscode/current/vscode-install-context.reg) New-Item -Force -ItemType file ~/.daniel-scoop-vscode-installed -
semperos revised this gist
Aug 12, 2020 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -14,10 +14,11 @@ scoop bucket add scoop-clojure https://github.com/littleli/scoop-clojure # Main Bucket scoop install main/figlet scoop install main/git scoop install main/lilypond # LaTeX scoop install main/latex scoop install main/perl # Needed by main/latex, in particular latexmk.exe (Test-Path -Path $env:USERPROFILE/.daniel-scoop-latex-configured) ? (Write-Host "MikTeX already configured") : (miktex-update.exe) New-Item -Force -ItemType file ~/.daniel-scoop-latex-configured @@ -35,6 +36,7 @@ scoop install extras/vscode (Test-Path -Path $env:USERPROFILE/.daniel-scoop-vscode-installed) ? (Write-Host "VSCode already configured") : (~/scoop/apps/vscode/current/vscode-install-context.reg) New-Item -Force -ItemType file ~/.daniel-scoop-vscode-installed scoop install extras/windows-terminal scoop install extras/zettlr # Fonts Bucket sudo scoop install nerd-fonts/FantasqueSansMono-NF -
semperos revised this gist
Aug 12, 2020 . 1 changed file with 7 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -12,8 +12,15 @@ scoop bucket add scoop-clojure https://github.com/littleli/scoop-clojure ############ # Main Bucket scoop install main/figlet scoop install main/git # LaTeX scoop install main/latex scoop install main/perl # Needed by main/latex (Test-Path -Path $env:USERPROFILE/.daniel-scoop-latex-configured) ? (Write-Host "MikTeX already configured") : (miktex-update.exe) New-Item -Force -ItemType file ~/.daniel-scoop-latex-configured # Java Bucket scoop install java/adoptopenjdk-lts-hotspot -
semperos revised this gist
Aug 12, 2020 . 1 changed file with 1 addition and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,3 @@ ########### # Buckets # ########### @@ -15,6 +13,7 @@ scoop bucket add scoop-clojure https://github.com/littleli/scoop-clojure # Main Bucket scoop install main/git scoop install main/latex # Java Bucket scoop install java/adoptopenjdk-lts-hotspot -
semperos created this gist
Aug 11, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,34 @@ # Install Scoop: https://scoop.sh/ ########### # Buckets # ########### scoop bucket add extras scoop bucket add java scoop bucket add nerd-fonts scoop bucket add scoop-clojure https://github.com/littleli/scoop-clojure ############ # Packages # ############ # Main Bucket scoop install main/git # Java Bucket scoop install java/adoptopenjdk-lts-hotspot scoop install scoop-clojure/clojure scoop update scoop-clojure/clojure # Extras Bucket scoop install extras/autohotkey scoop install extras/firefox-developer scoop install extras/powertoys scoop install extras/vscode (Test-Path -Path $env:USERPROFILE/.daniel-scoop-vscode-installed) ? (Write-Host "VSCode already configured") : (~/scoop/apps/vscode/current/vscode-install-context.reg) New-Item -Force -ItemType file ~/.daniel-scoop-vscode-installed scoop install extras/windows-terminal # Fonts Bucket sudo scoop install nerd-fonts/FantasqueSansMono-NF