Browse Source

all relevant dotfiles moved over to kitty

debian
Juni Kim 2 years ago
parent
commit
7af0cdf8e5
  1. 5
      install.sh
  2. 2
      rofi/.config/rofi/config.rasi
  3. 4
      wm/.config/berry/sxhkdrc
  4. 4
      wm/.config/bspwm/sxhkdrc

5
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

2
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;

4
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

4
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

Loading…
Cancel
Save