add ubuntu/popos instructions
parent
758c53ae82
commit
cdeb94a9e4
61
README.md
61
README.md
|
@ -116,7 +116,6 @@ systemctl enable --now --user ssh-agent.service
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
sudo apt install -y \
|
sudo apt install -y \
|
||||||
bat \
|
|
||||||
build-essential \
|
build-essential \
|
||||||
curl \
|
curl \
|
||||||
cmake \
|
cmake \
|
||||||
|
@ -133,13 +132,13 @@ sudo apt install -y \
|
||||||
jq \
|
jq \
|
||||||
just \
|
just \
|
||||||
kitty-terminfo \
|
kitty-terminfo \
|
||||||
|
libmhash2 \
|
||||||
|
libssl-dev \
|
||||||
libvirt-daemon \
|
libvirt-daemon \
|
||||||
lzop \
|
lzop \
|
||||||
most \
|
most \
|
||||||
mhash \
|
|
||||||
mosh \
|
mosh \
|
||||||
mtr \
|
mtr \
|
||||||
neovim \
|
|
||||||
nmon \
|
nmon \
|
||||||
openssh-server \
|
openssh-server \
|
||||||
pgcli \
|
pgcli \
|
||||||
|
@ -156,6 +155,37 @@ sudo apt install -y \
|
||||||
zfs-dkms \
|
zfs-dkms \
|
||||||
zfsutils-linux
|
zfsutils-linux
|
||||||
systemctl enable --now sshd.service
|
systemctl enable --now sshd.service
|
||||||
|
systemctl enable zfs.target
|
||||||
|
systemctl enable zfs-import-cache
|
||||||
|
systemctl enable zfs-mount
|
||||||
|
systemctl enable zfs-import.target
|
||||||
|
curl -Lo /tmp/nvim-linux64.deb https://github.com/neovim/neovim/releases/download/v0.7.2/nvim-linux64.deb && doas apt install -y /tmp/nvim-linux64.deb && rm -f /tmp/nvim-linux64.deb
|
||||||
|
go install github.com/schollz/croc/v9@latest
|
||||||
|
cargo install \
|
||||||
|
atuin \
|
||||||
|
bat \
|
||||||
|
bottom \
|
||||||
|
broot \
|
||||||
|
choose \
|
||||||
|
difftastic \
|
||||||
|
du-dust \
|
||||||
|
exa \
|
||||||
|
fd-find \
|
||||||
|
flamegraph \
|
||||||
|
git-delta \
|
||||||
|
gitui \
|
||||||
|
grex \
|
||||||
|
hexyl \
|
||||||
|
htmlq \
|
||||||
|
sd \
|
||||||
|
starship \
|
||||||
|
tealdeer \
|
||||||
|
tokei \
|
||||||
|
watchexec-cli \
|
||||||
|
upterm \
|
||||||
|
xh \
|
||||||
|
xsv
|
||||||
|
curl -LO https://github.com/owenthereal/upterm/releases/download/v0.9.0/upterm_linux_amd64.tar.gz
|
||||||
```
|
```
|
||||||
|
|
||||||
# Bitwarden
|
# Bitwarden
|
||||||
|
@ -212,31 +242,6 @@ cargo install \
|
||||||
xcp
|
xcp
|
||||||
cargo +nightly install --git https://github.com/martinvonz/jj.git
|
cargo +nightly install --git https://github.com/martinvonz/jj.git
|
||||||
cargo +nightly install --git https://github.com/getzola/zola.git
|
cargo +nightly install --git https://github.com/getzola/zola.git
|
||||||
# ubuntu
|
|
||||||
cargo install \
|
|
||||||
atuin \
|
|
||||||
bottom \
|
|
||||||
broot \
|
|
||||||
cargo-flamegraph \
|
|
||||||
choose \
|
|
||||||
croc \
|
|
||||||
difftastic \
|
|
||||||
du-dust \
|
|
||||||
exa
|
|
||||||
fd-find \
|
|
||||||
git-delta \
|
|
||||||
gitui \
|
|
||||||
grex \
|
|
||||||
hexyl \
|
|
||||||
htmlq \
|
|
||||||
sd \
|
|
||||||
starship \
|
|
||||||
tealdeer \
|
|
||||||
tokei \
|
|
||||||
watchexec \
|
|
||||||
upterm \
|
|
||||||
xh \
|
|
||||||
xsv
|
|
||||||
```
|
```
|
||||||
# Chezmoi
|
# Chezmoi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue