Compare commits
No commits in common. "33487c13b74a07db025d1d225ae55fca294012c4" and "3491176c786739e31b35b28515f28c852ce35926" have entirely different histories.
33487c13b7
...
3491176c78
@ -16,7 +16,7 @@ import = ["~/.config/alacritty/black.toml"]
|
|||||||
|
|
||||||
[window]
|
[window]
|
||||||
|
|
||||||
opacity = 0.93
|
opacity = 1
|
||||||
padding.x = 10
|
padding.x = 10
|
||||||
# padding.y = 10
|
# padding.y = 10
|
||||||
decorations = "Full"
|
decorations = "Full"
|
||||||
|
@ -1,16 +1,12 @@
|
|||||||
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
|
||||||
@ -26,7 +22,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="wl-copy"
|
alias cop="xclip -sel clip"
|
||||||
alias poweroff="systemctl poweroff"
|
alias poweroff="systemctl poweroff"
|
||||||
alias cat="bat"
|
alias cat="bat"
|
||||||
|
|
||||||
|
@ -44,9 +44,6 @@
|
|||||||
"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