Compare commits

..

No commits in common. "33487c13b74a07db025d1d225ae55fca294012c4" and "3491176c786739e31b35b28515f28c852ce35926" have entirely different histories.

3 changed files with 5 additions and 12 deletions

View File

@ -16,7 +16,7 @@ import = ["~/.config/alacritty/black.toml"]
[window]
opacity = 0.93
opacity = 1
padding.x = 10
# padding.y = 10
decorations = "Full"

View File

@ -1,16 +1,12 @@
if status --is-login
bass source /etc/profile
fish_add_path ~/.local/bin
fish_add_path "$HOME/.cargo/bin"
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 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
if status is-interactive
@ -26,7 +22,7 @@ if status is-interactive
alias feh="imv"
alias lg="lazygit"
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 cat="bat"

View File

@ -44,9 +44,6 @@
"enabled": true
},
"languages": {
"HTML": {
"format_on_save": "off"
},
"TypeScript": {
// Refer https://github.com/jellydn/ts-inlay-hints for how to setup for Neovim and VSCode
"inlay_hints": {