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 \
bat \
bottom \
cargo-flamegraph \
choose \
broot \
croc \
difftastic \
direnv \
dust \
exa \
@ -60,8 +65,10 @@ pamac install \
gitui \
glances \
go \
grex \
hdparm \
hexyl \
htmlq \
htop \
httpie \
hyperfine \
@ -71,21 +78,33 @@ pamac install \
libvirt \
lzop \
lsd \
mdbook \
mdbook-linkcheck \
mhash \
mosh \
mtr \
neovim \
nextcloud-client \
nmon \
opendoas \
pgcli \
pv \
p7zip \
qemu \
ripgrep \
sd \
shfmt \
starship \
tealdeer \
tmux \
tokei \
unzip \
upterm \
vim \
virt-manager \
watchexec \
xh \
xsv \
zoxide
# not available by default
#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
```
# 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
```bash