Compare commits
No commits in common. "6e89eb47fb8a3795b192fd66ed9f67c1c942b715" and "3c0506da89c872ae56d41ff6f3775ee0a45b35ed" have entirely different histories.
6e89eb47fb
...
3c0506da89
14
README.md
14
README.md
|
@ -72,7 +72,9 @@ pamac install \
|
||||||
htmlq \
|
htmlq \
|
||||||
htop \
|
htop \
|
||||||
httpie \
|
httpie \
|
||||||
|
hyperfine \
|
||||||
jq \
|
jq \
|
||||||
|
just \
|
||||||
kitty \
|
kitty \
|
||||||
libvirt \
|
libvirt \
|
||||||
lzop \
|
lzop \
|
||||||
|
@ -98,20 +100,13 @@ 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
|
||||||
|
@ -188,6 +183,7 @@ 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
|
||||||
|
@ -229,8 +225,6 @@ 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
|
||||||
|
|
|
@ -6,7 +6,7 @@ font_size 14.0
|
||||||
cursor_shape block
|
cursor_shape block
|
||||||
shell_integration no-cursor
|
shell_integration no-cursor
|
||||||
tab_bar_edge top
|
tab_bar_edge top
|
||||||
symbol_map U+23FB-U+23FE,U+2665,U+26A1,U+2B58,U+E000-U+E00A,U+E0A0-U+E0A3,U+E0B0-U+E0C8,U+E0CA,U+E0CC-U+E0D2,U+E0D4,U+E200-U+E2A9,U+E300-U+E3E3,U+E5FA-U+E62F,U+E700-U+E7C5,U+F000-U+F2E0,U+F300-U+F31C,U+F400-U+F4A9,U+F500-U+F8FF Symbols Nerd Font
|
|
||||||
|
|
||||||
# BEGIN_KITTY_THEME
|
# BEGIN_KITTY_THEME
|
||||||
# Atom One Light
|
# Atom One Light
|
||||||
|
|
Loading…
Reference in New Issue