docs: debian packages
This commit is contained in:
parent
fe6b236571
commit
8c8b57ab1c
31
.README.md
31
.README.md
@ -78,7 +78,7 @@ Recommended installation order:
|
||||
- [Qubes proxy scripts](#qubes)
|
||||
- dotfiles (see above)
|
||||
- [ASDF](#asdf) & plugins
|
||||
- Newer Debian packages: `bin/versions_check`
|
||||
- [Newer Debian packages](#versions_check)
|
||||
- [Fonts](#fonts)
|
||||
- [kitty](#kitty) — `st`?
|
||||
- [lazygit](#lazygit)
|
||||
@ -125,16 +125,25 @@ git apply --stat --apply 2604.patch
|
||||
## Debian Packages {#debian}
|
||||
|
||||
```sh
|
||||
apt install curl fd-find fzf git grc ripgrep wget xdg-utils
|
||||
apt install --no-install-recommends \
|
||||
curl fd-find fzf git grc ripgrep \
|
||||
vim-nox vim-tiny- wget xdg-utils \
|
||||
|
||||
dpkg-divert --divert /usr/bin/fd --rename /usr/bin/fdfind
|
||||
dpkg-divert --divert /usr/share/man/man1/fd.1.gz --rename /usr/share/man/man1/fdfind.1.gz
|
||||
dpkg-divert --divert /usr/share/zsh/vendor-completions/_rg --rename /usr/share/zsh/vendor-completions/rg.zsh
|
||||
dpkg-divert --rename --divert /usr/bin/fd /usr/bin/fdfind
|
||||
dpkg-divert --rename --divert /usr/share/man/man1/fd.1.gz \
|
||||
/usr/share/man/man1/fdfind.1.gz
|
||||
dpkg-divert --rename --divert /usr/share/zsh/vendor-completions/_rg \
|
||||
/usr/share/zsh/vendor-completions/rg.zsh
|
||||
|
||||
# Installed by kicksecure
|
||||
dpkg-divert --rename --divert /usr/share/zsh-autosuggestions/disabled \
|
||||
/usr/share/zsh-autosuggestions/zsh-autosuggestions.zsh
|
||||
```
|
||||
|
||||
## Qubes proxy scripts {#qubes}
|
||||
|
||||
```sh
|
||||
export ALL_PROXY=127.0.0.1:8082
|
||||
chmod +x $HOME/bin/*-proxy
|
||||
```
|
||||
|
||||
@ -152,9 +161,21 @@ sudo apt install --no-install-recommends XXX
|
||||
|
||||
asdf plugin add direnv
|
||||
asdf plugin add python
|
||||
```
|
||||
|
||||
## Newer Debian packages {#versions_check}
|
||||
|
||||
```sh
|
||||
cd ~/bin
|
||||
asdf current
|
||||
asdf install
|
||||
direnv allow
|
||||
python -m pip install -r requirements.txt
|
||||
|
||||
versions_check
|
||||
|
||||
wget-proxy https://...
|
||||
dpkg -i *.deb
|
||||
```
|
||||
|
||||
## Fonts {#fonts}
|
||||
|
Loading…
x
Reference in New Issue
Block a user