Update dotfiles/.config/software/terminal/Scoopfile, dotfiles/.config/software/development/Scoopfile, TODO, dotfiles/.config/software/terminal/Packages.config, dotfiles/.config/software/desktop/Packages.config, dotfiles/.config/software/development/Packages.config, dotfiles/.config/software/desktop/Wingetfile, dotfiles/.config/software/development/Brewfile, dotfiles/.config/software/terminal/Brewfile, dotfiles/.config/software/desktop/Brewfile, dotfiles/.config/software/Brewfile-alternatives.yml
Deleted dotfiles/.local/Scoop.full
This commit is contained in:
parent
8fef8c4f55
commit
90f3daea1c
12 changed files with 61 additions and 11 deletions
7
TODO
7
TODO
|
@ -1,14 +1,10 @@
|
||||||
### RUN AFTER NB INSTALL ON BREWFILE
|
|
||||||
nb completions install
|
|
||||||
|
|
||||||
### Ensure these PATHs are added on Windows
|
### Ensure these PATHs are added on Windows
|
||||||
add to PATH:
|
add to PATH:
|
||||||
'%ProgramFiles(x86)%\mitmproxy\bin'
|
'%ProgramFiles(x86)%\mitmproxy\bin'
|
||||||
'%ProgramFiles(x86)%\juju'
|
'%ProgramFiles(x86)%\juju'
|
||||||
|
|
||||||
### Run after git lfs install
|
|
||||||
git lfs install
|
|
||||||
|
|
||||||
### POSSIBLY USEFUL SOFTWARE
|
### POSSIBLY USEFUL SOFTWARE
|
||||||
https://hackjutsu.com/Lepton/
|
https://hackjutsu.com/Lepton/
|
||||||
|
|
||||||
|
@ -19,6 +15,7 @@ https://hackjutsu.com/Lepton/
|
||||||
# we can install via NPM, Go etc.
|
# we can install via NPM, Go etc.
|
||||||
# LSD used instead of exa for Windows
|
# LSD used instead of exa for Windows
|
||||||
# Glances not on Windows
|
# Glances not on Windows
|
||||||
|
# ASDF not on Windows
|
||||||
# autorestic not on windows
|
# autorestic not on windows
|
||||||
# gist not on Windows
|
# gist not on Windows
|
||||||
# git-secret not on Windows
|
# git-secret not on Windows
|
||||||
|
|
59
dotfiles/.config/software/Brewfile-alternatives.yml
Normal file
59
dotfiles/.config/software/Brewfile-alternatives.yml
Normal file
|
@ -0,0 +1,59 @@
|
||||||
|
---
|
||||||
|
version: '3'
|
||||||
|
|
||||||
|
preference:
|
||||||
|
- flatpak
|
||||||
|
- snap
|
||||||
|
- apt
|
||||||
|
- dnf
|
||||||
|
- pacman
|
||||||
|
- apk
|
||||||
|
- brew
|
||||||
|
- yay
|
||||||
|
- choco
|
||||||
|
- scoop
|
||||||
|
- winget
|
||||||
|
- go
|
||||||
|
- cargo
|
||||||
|
|
||||||
|
alternatives:
|
||||||
|
delta:
|
||||||
|
brew:
|
||||||
|
- git-delta
|
||||||
|
- example-package
|
||||||
|
scoop: delta
|
||||||
|
git-lfs:
|
||||||
|
brew: git-lfs
|
||||||
|
scoop: git-lfs
|
||||||
|
nb:
|
||||||
|
brew: nb
|
||||||
|
rsync:
|
||||||
|
apt: rsync
|
||||||
|
brew: rsync
|
||||||
|
choco: rsync
|
||||||
|
dnf: rsync
|
||||||
|
shotcut:
|
||||||
|
choco: shotcut
|
||||||
|
flatpak: org.shotcut.Shotcut
|
||||||
|
snap: shotcut
|
||||||
|
volta:
|
||||||
|
brew: volta
|
||||||
|
scoop: volta
|
||||||
|
wget:
|
||||||
|
apk: wget
|
||||||
|
apt: wget
|
||||||
|
brew: rsync
|
||||||
|
dnf: wget
|
||||||
|
|
||||||
|
preinstall:
|
||||||
|
example-package: |
|
||||||
|
echo "preinstall routine"
|
||||||
|
|
||||||
|
postinstall:
|
||||||
|
git-lfs: |
|
||||||
|
git lfs install
|
||||||
|
nb: |
|
||||||
|
nb completions install
|
||||||
|
volta: |
|
||||||
|
volta setup
|
||||||
|
volta install node@latest
|
|
@ -97,7 +97,6 @@ brew "yarn"
|
||||||
brew "yank"
|
brew "yank"
|
||||||
brew "goofys"
|
brew "goofys"
|
||||||
brew "awscli"
|
brew "awscli"
|
||||||
brew "azure-cli"
|
|
||||||
brew "consul-template"
|
brew "consul-template"
|
||||||
brew "wkhtmltopdf"
|
brew "wkhtmltopdf"
|
||||||
brew "watchman"
|
brew "watchman"
|
||||||
|
@ -114,11 +113,8 @@ brew "nomad"
|
||||||
brew "mitmproxy"
|
brew "mitmproxy"
|
||||||
brew "juju"
|
brew "juju"
|
||||||
brew "gradle"
|
brew "gradle"
|
||||||
brew "google-cloud-sdk"
|
|
||||||
brew "git-filter-repo"
|
brew "git-filter-repo"
|
||||||
brew "gh"
|
|
||||||
brew "ffmpeg"
|
brew "ffmpeg"
|
||||||
brew "exiftool"
|
|
||||||
|
|
||||||
# Homebrew Casks (only available on macOS)
|
# Homebrew Casks (only available on macOS)
|
||||||
# e.g. `brew install --cask <program>`
|
# e.g. `brew install --cask <program>`
|
|
@ -1,5 +1,3 @@
|
||||||
scoop bucket add main
|
|
||||||
# Missing ASDF
|
|
||||||
bat
|
bat
|
||||||
bitwarden-cli
|
bitwarden-cli
|
||||||
direnv
|
direnv
|
Loading…
Reference in a new issue