Update 5 files
- /docs/TODO.md - /home/.chezmoiscripts/universal/run_onchange_after_12-install-packages.tmpl - /home/private_dot_config/shell/exports.sh.tmpl - /home/.chezmoidata.yaml - /software.yml
This commit is contained in:
parent
1aa95df887
commit
d6543ae46a
5 changed files with 9 additions and 16 deletions
|
@ -7,7 +7,8 @@ add to PATH:
|
||||||
|
|
||||||
### POSSIBLY USEFUL SOFTWARE
|
### POSSIBLY USEFUL SOFTWARE
|
||||||
https://hackjutsu.com/Lepton/
|
https://hackjutsu.com/Lepton/
|
||||||
|
* Incorporate /home/linuxbrew/.linuxbrew/etc/bash_completion.d
|
||||||
|
* https://docs.brew.sh/Shell-Completion
|
||||||
### WINDOWS MISSING PACKAGES
|
### WINDOWS MISSING PACKAGES
|
||||||
# FOLLOWING SOFTWARE IS IN Brewfile.terminal but not in Scoop.terminal or Chocolatey.terminal
|
# FOLLOWING SOFTWARE IS IN Brewfile.terminal but not in Scoop.terminal or Chocolatey.terminal
|
||||||
# TODO: Find replacements or alternatives
|
# TODO: Find replacements or alternatives
|
||||||
|
|
|
@ -243,7 +243,6 @@ softwareGroups:
|
||||||
- oq
|
- oq
|
||||||
- osquery
|
- osquery
|
||||||
- pup
|
- pup
|
||||||
- q
|
|
||||||
- ramda
|
- ramda
|
||||||
- schema
|
- schema
|
||||||
- xurls
|
- xurls
|
||||||
|
|
|
@ -15,6 +15,8 @@ if command -v install-program > /dev/null; then
|
||||||
# Ask for the administrator password upfront
|
# Ask for the administrator password upfront
|
||||||
logg info 'A sudo password may be required for some of the installations'
|
logg info 'A sudo password may be required for some of the installations'
|
||||||
sudo echo "Sudo access granted."
|
sudo echo "Sudo access granted."
|
||||||
|
export DEBIAN_FRONTEND=noninteractive
|
||||||
|
export HOMEBREW_NO_ENV_HINTS=true
|
||||||
install-program {{ $softwareList }}
|
install-program {{ $softwareList }}
|
||||||
else
|
else
|
||||||
logg error '`zx` is not available'
|
logg error '`zx` is not available'
|
||||||
|
|
|
@ -44,6 +44,7 @@ export PATH="$HOME/.local/bin/firejail:$PATH"
|
||||||
export SSH_KEY_PATH="~/.ssh/id_rsa"
|
export SSH_KEY_PATH="~/.ssh/id_rsa"
|
||||||
|
|
||||||
### Homebrew
|
### Homebrew
|
||||||
|
export HOMEBREW_NO_ENV_HINTS=true
|
||||||
if [ -d /home/linuxbrew/.linuxbrew/bin ]; then
|
if [ -d /home/linuxbrew/.linuxbrew/bin ]; then
|
||||||
export HOMEBREW_PREFIX="/home/linuxbrew/.linuxbrew"
|
export HOMEBREW_PREFIX="/home/linuxbrew/.linuxbrew"
|
||||||
export HOMEBREW_CELLAR="/home/linuxbrew/.linuxbrew/Cellar"
|
export HOMEBREW_CELLAR="/home/linuxbrew/.linuxbrew/Cellar"
|
||||||
|
|
18
software.yml
18
software.yml
|
@ -3019,7 +3019,6 @@ softwarePackages:
|
||||||
pkg-termux: hexyl
|
pkg-termux: hexyl
|
||||||
port: hexyl
|
port: hexyl
|
||||||
scoop: hexyl
|
scoop: hexyl
|
||||||
snap: hexyl
|
|
||||||
xbps: hexyl
|
xbps: hexyl
|
||||||
hey:
|
hey:
|
||||||
_bin: hey
|
_bin: hey
|
||||||
|
@ -5221,17 +5220,6 @@ softwarePackages:
|
||||||
brew: pywhat
|
brew: pywhat
|
||||||
pipx: pywhat
|
pipx: pywhat
|
||||||
port: pywhat
|
port: pywhat
|
||||||
q:
|
|
||||||
_bin: q
|
|
||||||
_desc: Run SQL directly on CSV or TSV files
|
|
||||||
_docs: null
|
|
||||||
_github: https://github.com/harelba/q
|
|
||||||
_home: null
|
|
||||||
_name: q
|
|
||||||
_service: null
|
|
||||||
_type: cli
|
|
||||||
brew: q
|
|
||||||
github: github.com/harelba/q
|
|
||||||
qbittorrent:
|
qbittorrent:
|
||||||
_bin: null
|
_bin: null
|
||||||
_desc: '[qBittorrent](https://www.qbittorrent.org/) is a cross-platform free and open-source BitTorrent client. qBittorrent is a native application written in C++. It uses Boost, Qt 5 toolkit, and libtorrent-rasterbar library. Its optional search engine is written in Python.'
|
_desc: '[qBittorrent](https://www.qbittorrent.org/) is a cross-platform free and open-source BitTorrent client. qBittorrent is a native application written in C++. It uses Boost, Qt 5 toolkit, and libtorrent-rasterbar library. Its optional search engine is written in Python.'
|
||||||
|
@ -5672,7 +5660,8 @@ softwarePackages:
|
||||||
- libdata-dump-perl
|
- libdata-dump-perl
|
||||||
- lzop
|
- lzop
|
||||||
- mbuffer
|
- mbuffer
|
||||||
- mhash2
|
# Unavailable on Ubuntu 22.04
|
||||||
|
# - mhash2
|
||||||
- pv
|
- pv
|
||||||
- sanoid
|
- sanoid
|
||||||
santa:
|
santa:
|
||||||
|
@ -7021,7 +7010,8 @@ softwarePackages:
|
||||||
_service: false
|
_service: false
|
||||||
_type: cli
|
_type: cli
|
||||||
apk: watchexec
|
apk: watchexec
|
||||||
apt: watchexec
|
# Apt is from an unofficial channel
|
||||||
|
# apt: watchexec
|
||||||
baulk: watchexec
|
baulk: watchexec
|
||||||
brew: watchexec
|
brew: watchexec
|
||||||
cargo: watchexec-cli
|
cargo: watchexec-cli
|
||||||
|
|
Loading…
Reference in a new issue