update arch docs and add cargo deps section

main
Andrew Coleman 2022-05-24 10:01:02 -04:00
parent d077bab7d0
commit 5392bd33df
1 changed files with 36 additions and 0 deletions

View File

@ -50,6 +50,11 @@ pamac install \
bash-completion \ bash-completion \
bat \ bat \
bottom \ bottom \
cargo-flamegraph \
choose \
broot \
croc \
difftastic \
direnv \ direnv \
dust \ dust \
exa \ exa \
@ -60,8 +65,10 @@ pamac install \
gitui \ gitui \
glances \ glances \
go \ go \
grex \
hdparm \ hdparm \
hexyl \ hexyl \
htmlq \
htop \ htop \
httpie \ httpie \
hyperfine \ hyperfine \
@ -71,21 +78,33 @@ pamac install \
libvirt \ libvirt \
lzop \ lzop \
lsd \ lsd \
mdbook \
mdbook-linkcheck \
mhash \ mhash \
mosh \ mosh \
mtr \
neovim \ neovim \
nextcloud-client \
nmon \ nmon \
opendoas \ opendoas \
pgcli \
pv \ pv \
p7zip \
qemu \ qemu \
ripgrep \ ripgrep \
sd \
shfmt \ shfmt \
starship \ starship \
tealdeer \ tealdeer \
tmux \ tmux \
tokei \
unzip \ unzip \
upterm \
vim \ vim \
virt-manager \ virt-manager \
watchexec \
xh \
xsv \
zoxide zoxide
# not available by default # not available by default
#jc mbuffer #jc mbuffer
@ -130,6 +149,23 @@ sh <(curl -L https://nixos.org/nix/install) --daemon
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
``` ```
# Cargo dependencies
```bash
cargo install \
ag \
amber \
basic-http-server \
cargo-udeps \
kondo \
passerine \
passerine-aspen \
record-query \
rustfilt \
xcp
cargo +nightly install --git https://github.com/martinvonz/jj.git
cargo +nightly install --git https://github.com/getzola/zola.git
```
# Chezmoi # Chezmoi
```bash ```bash