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 \
|
||||
htop \
|
||||
httpie \
|
||||
hyperfine \
|
||||
jq \
|
||||
just \
|
||||
kitty \
|
||||
libvirt \
|
||||
lzop \
|
||||
|
@ -98,20 +100,13 @@ pamac install \
|
|||
tmux \
|
||||
tokei \
|
||||
unzip \
|
||||
upterm \
|
||||
vim \
|
||||
virt-manager \
|
||||
watchexec \
|
||||
xh \
|
||||
xsv \
|
||||
zoxide
|
||||
# for pop_os
|
||||
doas apt install -y \
|
||||
hyperfine \
|
||||
just
|
||||
# others
|
||||
cargo install \
|
||||
just \
|
||||
hyperfine
|
||||
# not available by default
|
||||
#jc mbuffer
|
||||
pamac build lightly-qt
|
||||
|
@ -188,6 +183,7 @@ cargo install \
|
|||
tealdeer \
|
||||
tokei \
|
||||
watchexec-cli \
|
||||
upterm \
|
||||
xh \
|
||||
xsv
|
||||
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
|
||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
|
||||
source .cargo/env
|
||||
rustup install nightly
|
||||
```
|
||||
|
||||
# Cargo dependencies
|
||||
|
|
|
@ -6,7 +6,7 @@ font_size 14.0
|
|||
cursor_shape block
|
||||
shell_integration no-cursor
|
||||
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
|
||||
# Atom One Light
|
||||
|
|
Loading…
Reference in New Issue