stuff
This commit is contained in:
parent
5fa17d563b
commit
6939ef8ba3
3 changed files with 14 additions and 9 deletions
|
|
@ -17,6 +17,7 @@
|
||||||
sd
|
sd
|
||||||
sqlite
|
sqlite
|
||||||
sqlx-cli
|
sqlx-cli
|
||||||
|
sea-orm-cli
|
||||||
sshfs
|
sshfs
|
||||||
taplo # toml lsp
|
taplo # toml lsp
|
||||||
tio
|
tio
|
||||||
|
|
@ -38,11 +39,11 @@
|
||||||
gnumake
|
gnumake
|
||||||
|
|
||||||
# # java (DSA)
|
# # java (DSA)
|
||||||
# gradle
|
gradle
|
||||||
# jdt-language-server
|
jdt-language-server
|
||||||
# jetbrains.idea-community
|
jetbrains.idea-community
|
||||||
# maven
|
maven
|
||||||
# temurin-bin-17
|
temurin-bin-17
|
||||||
|
|
||||||
# # michael (webdev)
|
# # michael (webdev)
|
||||||
# nodejs
|
# nodejs
|
||||||
|
|
@ -65,6 +66,7 @@
|
||||||
bacon
|
bacon
|
||||||
cargo-feature
|
cargo-feature
|
||||||
cargo-generate
|
cargo-generate
|
||||||
|
cargo-watch
|
||||||
elf2uf2-rs
|
elf2uf2-rs
|
||||||
flip-link
|
flip-link
|
||||||
mdbook
|
mdbook
|
||||||
|
|
|
||||||
|
|
@ -43,6 +43,7 @@
|
||||||
qmk-udev-rules
|
qmk-udev-rules
|
||||||
qmk_hid
|
qmk_hid
|
||||||
ripgrep-all
|
ripgrep-all
|
||||||
|
signal-desktop
|
||||||
snapper
|
snapper
|
||||||
starship
|
starship
|
||||||
syncthingtray
|
syncthingtray
|
||||||
|
|
|
||||||
|
|
@ -4,12 +4,14 @@ alias b = btm
|
||||||
alias cringe = sudo bootctl set-oneshot auto-windows
|
alias cringe = sudo bootctl set-oneshot auto-windows
|
||||||
alias fetch = fastfetch
|
alias fetch = fastfetch
|
||||||
alias ff = firefox
|
alias ff = firefox
|
||||||
alias jd = jj diff
|
|
||||||
alias js = jj status
|
|
||||||
alias pu = pueue
|
alias pu = pueue
|
||||||
alias t = task
|
alias t = task
|
||||||
alias zl = zellij
|
alias zl = zellij
|
||||||
|
|
||||||
|
alias jd = jj diff
|
||||||
|
alias js = jj status
|
||||||
|
alias jp = jj git push
|
||||||
|
alias jm = jj branch set main
|
||||||
|
|
||||||
def c [path: path = "~"] {
|
def c [path: path = "~"] {
|
||||||
cd $path
|
cd $path
|
||||||
|
|
@ -84,8 +86,8 @@ def tsr [] {
|
||||||
| each {get 0}
|
| each {get 0}
|
||||||
| select (random int 0..($in | length))
|
| select (random int 0..($in | length))
|
||||||
| tse $in.0
|
| tse $in.0
|
||||||
tailscale status
|
# tailscale status
|
||||||
firefox https://mullvad.net/en/check
|
http get https://am.i.mullvad.net/json
|
||||||
}
|
}
|
||||||
alias ts = tailscale
|
alias ts = tailscale
|
||||||
alias tss = tailscale status
|
alias tss = tailscale status
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue