mirror of
https://codeberg.org/Mo8it/dotfiles.git
synced 2024-12-04 23:40:32 +00:00
Compare commits
5 commits
0da2a3193d
...
ef6c5083a7
Author | SHA1 | Date | |
---|---|---|---|
ef6c5083a7 | |||
9fa1ca6a4e | |||
ecab9e5593 | |||
a326fd9bb3 | |||
69ef2bba39 |
5 changed files with 13 additions and 14 deletions
|
@ -10,8 +10,8 @@
|
||||||
"**/*-lock.json"
|
"**/*-lock.json"
|
||||||
],
|
],
|
||||||
"plugins": [
|
"plugins": [
|
||||||
"https://plugins.dprint.dev/json-0.19.1.wasm",
|
"https://plugins.dprint.dev/json-0.19.2.wasm",
|
||||||
"https://plugins.dprint.dev/markdown-0.16.3.wasm",
|
"https://plugins.dprint.dev/markdown-0.16.4.wasm",
|
||||||
"https://plugins.dprint.dev/toml-0.5.4.wasm"
|
"https://plugins.dprint.dev/toml-0.6.1.wasm"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -13,7 +13,7 @@ if status is-interactive
|
||||||
|
|
||||||
# Abbreviations
|
# Abbreviations
|
||||||
## Replacements
|
## Replacements
|
||||||
abbr -ag rm "trash"
|
abbr -ag rm trash
|
||||||
|
|
||||||
## Safety options
|
## Safety options
|
||||||
abbr -ag cp "cp -i"
|
abbr -ag cp "cp -i"
|
||||||
|
@ -35,13 +35,14 @@ if status is-interactive
|
||||||
abbr -ag pps "podman ps --format '{{.Names}}'"
|
abbr -ag pps "podman ps --format '{{.Names}}'"
|
||||||
|
|
||||||
# Aliases
|
# Aliases
|
||||||
alias cd "z"
|
alias cd z
|
||||||
alias ls "lsd"
|
alias ls lsd
|
||||||
alias ll "ls -l"
|
alias ll "ls -l"
|
||||||
alias cat "bat"
|
alias cat bat
|
||||||
alias gu "gitui"
|
alias gu gitui
|
||||||
alias zola "flatpak run org.getzola.zola"
|
alias zola "flatpak run org.getzola.zola"
|
||||||
alias julia "JULIA_NUM_THREADS=16 ~/.juliaup/bin/julia"
|
alias julia "JULIA_NUM_THREADS=16 ~/.juliaup/bin/julia"
|
||||||
|
alias tb "toolbox run fish"
|
||||||
|
|
||||||
# Private config
|
# Private config
|
||||||
set -l private_config ~/.config/fish/private_config.fish
|
set -l private_config ~/.config/fish/private_config.fish
|
||||||
|
|
|
@ -31,4 +31,6 @@
|
||||||
|
|
||||||
commit: Some(( code: Enter, modifiers: "")),
|
commit: Some(( code: Enter, modifiers: "")),
|
||||||
newline: Some(( code: Enter, modifiers: "ALT")),
|
newline: Some(( code: Enter, modifiers: "ALT")),
|
||||||
|
|
||||||
|
undo_commit: Some(( code: Char('U'), modifiers: "")),
|
||||||
)
|
)
|
||||||
|
|
|
@ -54,7 +54,3 @@ auto-format = true
|
||||||
[[language]]
|
[[language]]
|
||||||
name = "typescript"
|
name = "typescript"
|
||||||
auto-format = true
|
auto-format = true
|
||||||
|
|
||||||
[[language]]
|
|
||||||
name = "haskell"
|
|
||||||
auto-format = true
|
|
||||||
|
|
|
@ -22,12 +22,12 @@ layout {
|
||||||
pane split_direction="vertical" {
|
pane split_direction="vertical" {
|
||||||
pane {
|
pane {
|
||||||
command "fish"
|
command "fish"
|
||||||
args "-c" "rustup update stable && cargo install-update -a"
|
args "-c" "rustup self update && rustup update beta && cargo install-update -a"
|
||||||
}
|
}
|
||||||
pane {
|
pane {
|
||||||
cwd "/home/mo8it/code/compile/helix"
|
cwd "/home/mo8it/code/compile/helix"
|
||||||
command "fish"
|
command "fish"
|
||||||
args "-c" "git pull -r origin master && cargo +stable install --path helix-term --locked"
|
args "-c" "git pull -r origin master && cargo +beta install --path helix-term --locked"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue