Compare commits
2 Commits
3491176c78
...
33487c13b7
Author | SHA1 | Date | |
---|---|---|---|
33487c13b7 | |||
09f99672f4 |
@ -16,7 +16,7 @@ import = ["~/.config/alacritty/black.toml"]
|
|||||||
|
|
||||||
[window]
|
[window]
|
||||||
|
|
||||||
opacity = 1
|
opacity = 0.93
|
||||||
padding.x = 10
|
padding.x = 10
|
||||||
# padding.y = 10
|
# padding.y = 10
|
||||||
decorations = "Full"
|
decorations = "Full"
|
||||||
|
@ -1,12 +1,16 @@
|
|||||||
if status --is-login
|
if status --is-login
|
||||||
|
bass source /etc/profile
|
||||||
fish_add_path ~/.local/bin
|
fish_add_path ~/.local/bin
|
||||||
fish_add_path "$HOME/.cargo/bin"
|
fish_add_path "$HOME/.cargo/bin"
|
||||||
source "$HOME/.cargo/env.fish"
|
source "$HOME/.cargo/env.fish"
|
||||||
bass source /etc/profile
|
|
||||||
|
|
||||||
set -gx BAT_THEME "Solarized (light)"
|
|
||||||
set -gx SOLARIZED true
|
|
||||||
set -gx EDITOR "nvim"
|
set -gx EDITOR "nvim"
|
||||||
|
# set -gx BAT_THEME "Solarized (light)"
|
||||||
|
# set -gx SOLARIZED true
|
||||||
|
if test -z "$WAYLAND_DISPLAY" && test "$XDG_VTNR" -eq 1
|
||||||
|
set -gx XDG_CURRENT_DESKTOP "sway"
|
||||||
|
sway
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
if status is-interactive
|
if status is-interactive
|
||||||
@ -22,7 +26,7 @@ if status is-interactive
|
|||||||
alias feh="imv"
|
alias feh="imv"
|
||||||
alias lg="lazygit"
|
alias lg="lazygit"
|
||||||
alias cpr="cd ~/repos/cports-docker && docker compose run --build --rm cports"
|
alias cpr="cd ~/repos/cports-docker && docker compose run --build --rm cports"
|
||||||
alias cop="xclip -sel clip"
|
alias cop="wl-copy"
|
||||||
alias poweroff="systemctl poweroff"
|
alias poweroff="systemctl poweroff"
|
||||||
alias cat="bat"
|
alias cat="bat"
|
||||||
|
|
||||||
|
@ -44,6 +44,9 @@
|
|||||||
"enabled": true
|
"enabled": true
|
||||||
},
|
},
|
||||||
"languages": {
|
"languages": {
|
||||||
|
"HTML": {
|
||||||
|
"format_on_save": "off"
|
||||||
|
},
|
||||||
"TypeScript": {
|
"TypeScript": {
|
||||||
// Refer https://github.com/jellydn/ts-inlay-hints for how to setup for Neovim and VSCode
|
// Refer https://github.com/jellydn/ts-inlay-hints for how to setup for Neovim and VSCode
|
||||||
"inlay_hints": {
|
"inlay_hints": {
|
||||||
|
Loading…
Reference in New Issue
Block a user