moved to wayland

This commit is contained in:
2024-02-08 23:15:02 +01:00
parent 365c17b8c6
commit b0c0c9e120
7 changed files with 97 additions and 112 deletions

View File

@@ -1,8 +1,8 @@
export QT_STYLE_OVERRIDE="kvantum";
# Defaults
export TERMINAL="alacritty";
export EDITOR='vim';
export TERMINAL="kitty";
export EDITOR='lvim';
export BROWSER='firefox';
export BAT_THEME="Catppuccin-mocha";
@@ -28,4 +28,4 @@ fi
export FZF_DEFAULT_OPTS="--color=bg+:#363a4f,bg:#24273a,spinner:#f4dbd6,hl:#ed8796 --color=fg:#cad3f5,header:#ed8796,info:#c6a0f6,pointer:#f4dbd6 --color=marker:#f4dbd6,fg+:#cad3f5,prompt:#c6a0f6,hl+:#ed8796";
export PATH=$PATH:$HOME/.local/bin
export PATH=$PATH:$HOME/.local/bin

View File

@@ -7,8 +7,8 @@ fi
# Lines configured by zsh-newuser-install
HISTFILE=~/.histfile
HISTSIZE=1000
SAVEHIST=1000
HISTSIZE=10000000
SAVEHIST=10000000
setopt extendedglob
unsetopt autocd beep
bindkey -e