From 7af0cdf8e5389de0eef8568033ed2b96bc97ee29 Mon Sep 17 00:00:00 2001 From: Juni Kim Date: Tue, 7 Mar 2023 12:44:38 -0500 Subject: [PATCH] all relevant dotfiles moved over to kitty --- install.sh | 5 +---- rofi/.config/rofi/config.rasi | 2 +- wm/.config/berry/sxhkdrc | 4 ++-- wm/.config/bspwm/sxhkdrc | 4 ++-- 4 files changed, 6 insertions(+), 9 deletions(-) diff --git a/install.sh b/install.sh index 8bd60ae..7d0e26a 100755 --- a/install.sh +++ b/install.sh @@ -114,14 +114,11 @@ neovim_fonts() { curl -LJO https://github.com/ryanoasis/nerd-fonts/releases/download/v2.3.3/JetBrainsMono.zip || exit 1 unzip JetBrainsMono.zip || exit 1 fc-cache -rv || exit 1 - - sudo add-apt-repository ppa:aslatter/ppa -y - sudo apt install alacritty -y || exit 1 } wm() { sudo add-apt-repository -y ppa:papirus/papirus - sudo apt update && sudo apt install -y i3 polybar nitrogen feh picom rofi stow papirus-icon-theme conky dmenu scrot + sudo apt update && sudo apt install -y i3 polybar nitrogen feh picom rofi stow papirus-icon-theme conky dmenu scrot kitty # installing siji mkdir -p "$HOME/repos/siji" cd "$HOME/repos/siji" || exit 1 diff --git a/rofi/.config/rofi/config.rasi b/rofi/.config/rofi/config.rasi index 3cbfa78..85497f7 100644 --- a/rofi/.config/rofi/config.rasi +++ b/rofi/.config/rofi/config.rasi @@ -2,7 +2,7 @@ configuration{ modi: "drun,window"; icon-theme: "Papirus"; show-icons: true; - terminal: "alacritty"; + terminal: "kitty"; drun-display-format: "{icon} {name}"; location: 0; disable-history: false; diff --git a/wm/.config/berry/sxhkdrc b/wm/.config/berry/sxhkdrc index a2caedf..e4b6413 100755 --- a/wm/.config/berry/sxhkdrc +++ b/wm/.config/berry/sxhkdrc @@ -4,10 +4,10 @@ # terminal emulator super + shift + Return - alacritty -e tmux + kitty -e tmux super + shift + a - alacritty + kitty super + shift + w brave-browser diff --git a/wm/.config/bspwm/sxhkdrc b/wm/.config/bspwm/sxhkdrc index e658405..bca757c 100644 --- a/wm/.config/bspwm/sxhkdrc +++ b/wm/.config/bspwm/sxhkdrc @@ -5,10 +5,10 @@ # terminal emulator super + shift + Return - alacritty -e tmux + kitty -e tmux super + shift + a - alacritty + kitty # browser super + shift + w brave-browser