diff --git a/foot/.config/foot/foot.ini b/foot/.config/foot/foot.ini new file mode 100644 index 0000000..0a0e107 --- /dev/null +++ b/foot/.config/foot/foot.ini @@ -0,0 +1,4 @@ +[main] +font = GoMono Nerd Font:size=11 + +include = /usr/share/foot/themes/nord diff --git a/hyprland/.config/hypr/hyprland.conf b/hyprland/.config/hypr/hyprland.conf index 02c8aaa..b3128bd 100644 --- a/hyprland/.config/hypr/hyprland.conf +++ b/hyprland/.config/hypr/hyprland.conf @@ -34,7 +34,7 @@ misc { } $menu = rofi -show drun -theme Arc-Dark -$terminal = alacritty +$terminal = foot $mainMod = SUPER diff --git a/nvim/.config/nvim/lua/plugins/appearance.lua b/nvim/.config/nvim/lua/plugins/appearance.lua index 06657bf..d5b5ea1 100644 --- a/nvim/.config/nvim/lua/plugins/appearance.lua +++ b/nvim/.config/nvim/lua/plugins/appearance.lua @@ -4,7 +4,7 @@ end local function set_bg() if vim.o.background == 'dark' then - vim.cmd.colorscheme("nightfox") + vim.cmd.colorscheme("nordfox") else vim.cmd.colorscheme("dayfox") end diff --git a/shell/.zshrc b/shell/.zshrc index 9d10a1c..cde35d6 100644 --- a/shell/.zshrc +++ b/shell/.zshrc @@ -6,7 +6,7 @@ export FZF_DEFAULT_OPTS='--color=bw,hl:green,hl+:green' zstyle ':fzf-tab:*' fzf-flags $FZF_DEFAULT_OPTS [ -f "${XDG_DATA_HOME:-$HOME/.local/share}/zap/zap.zsh" ] && source "${XDG_DATA_HOME:-$HOME/.local/share}/zap/zap.zsh" -plug "zap-zsh/vim" +plug "jeffreytse/zsh-vi-mode" autoload -Uz compinit compinit