update instructions
parent
e7a1c6c69e
commit
6e89eb47fb
14
README.md
14
README.md
|
@ -72,9 +72,7 @@ pamac install \
|
||||||
htmlq \
|
htmlq \
|
||||||
htop \
|
htop \
|
||||||
httpie \
|
httpie \
|
||||||
hyperfine \
|
|
||||||
jq \
|
jq \
|
||||||
just \
|
|
||||||
kitty \
|
kitty \
|
||||||
libvirt \
|
libvirt \
|
||||||
lzop \
|
lzop \
|
||||||
|
@ -100,13 +98,20 @@ pamac install \
|
||||||
tmux \
|
tmux \
|
||||||
tokei \
|
tokei \
|
||||||
unzip \
|
unzip \
|
||||||
upterm \
|
|
||||||
vim \
|
vim \
|
||||||
virt-manager \
|
virt-manager \
|
||||||
watchexec \
|
watchexec \
|
||||||
xh \
|
xh \
|
||||||
xsv \
|
xsv \
|
||||||
zoxide
|
zoxide
|
||||||
|
# for pop_os
|
||||||
|
doas apt install -y \
|
||||||
|
hyperfine \
|
||||||
|
just
|
||||||
|
# others
|
||||||
|
cargo install \
|
||||||
|
just \
|
||||||
|
hyperfine
|
||||||
# not available by default
|
# not available by default
|
||||||
#jc mbuffer
|
#jc mbuffer
|
||||||
pamac build lightly-qt
|
pamac build lightly-qt
|
||||||
|
@ -183,7 +188,6 @@ cargo install \
|
||||||
tealdeer \
|
tealdeer \
|
||||||
tokei \
|
tokei \
|
||||||
watchexec-cli \
|
watchexec-cli \
|
||||||
upterm \
|
|
||||||
xh \
|
xh \
|
||||||
xsv
|
xsv
|
||||||
curl -LO https://github.com/owenthereal/upterm/releases/download/v0.9.0/upterm_linux_amd64.tar.gz
|
curl -LO https://github.com/owenthereal/upterm/releases/download/v0.9.0/upterm_linux_amd64.tar.gz
|
||||||
|
@ -225,6 +229,8 @@ sh <(curl -L https://nixos.org/nix/install) --daemon
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
|
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
|
||||||
|
source .cargo/env
|
||||||
|
rustup install nightly
|
||||||
```
|
```
|
||||||
|
|
||||||
# Cargo dependencies
|
# Cargo dependencies
|
||||||
|
|
Loading…
Reference in New Issue