From 28a7b1f678088203e98b335829eeb9d4c6f73f4d Mon Sep 17 00:00:00 2001 From: Alexander Neonxp Kiryukhin Date: Fri, 2 May 2025 16:19:11 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D1=80=D0=B8=D0=B2=D0=B5=D0=BB=20=D0=B2?= =?UTF-8?q?=20=D0=BF=D0=BE=D1=80=D1=8F=D0=B4=D0=BE=D0=BA=20=D0=B4=D0=BE?= =?UTF-8?q?=D1=82=D1=84=D0=B0=D0=B9=D0=BB=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 11 ++------- kitty/kitty.conf | 34 --------------------------- kitty/monokai.conf | 57 ---------------------------------------------- 3 files changed, 2 insertions(+), 100 deletions(-) delete mode 100644 kitty/kitty.conf delete mode 100644 kitty/monokai.conf diff --git a/Makefile b/Makefile index 3cf6cc4..8c4534d 100644 --- a/Makefile +++ b/Makefile @@ -1,16 +1,11 @@ pwd = $(shell pwd) .PHONY: all -all: /usr/bin/nvim dotfiles golibs - -.PHONY: golibs -golibs: - go install github.com/goreleaser/goreleaser@latest - go install github.com/mkchoi212/fac@latest +all: dotfiles # dotfiles .PHONY: dotfiles -dotfiles: ~/.gitconfig ~/.gitignore ~/.config/zsh ~/.config/nvim ~/.zshrc ~/.config/kitty +dotfiles: ~/.gitconfig ~/.gitignore ~/.config/zsh ~/.config/nvim ~/.zshrc ~/.gitconfig: ln -s $(pwd)/git/config ~/.gitconfig || true @@ -22,6 +17,4 @@ dotfiles: ~/.gitconfig ~/.gitignore ~/.config/zsh ~/.config/nvim ~/.zshrc ~/.con ln -s $(pwd)/zsh ~/.config/zsh || true ~/.zshrc: @ln -s $(pwd)/zsh/zshrc ~/.zshrc || true -~/.config/kitty: - @ln -s $(pwd)/kitty ~/.config/kitty || true diff --git a/kitty/kitty.conf b/kitty/kitty.conf deleted file mode 100644 index 27857f7..0000000 --- a/kitty/kitty.conf +++ /dev/null @@ -1,34 +0,0 @@ -font_family "FiraCode Nerd Font Mono" -font_size 12.0 -cursor #cccccc -scrollback_lines -1 -sync_to_monitor yes -enable_audio_bell no -visual_bell_duration 0 -window_alert_on_bell no -bell_on_tab "🔔 " -remember_window_size no -initial_window_width 1205 -initial_window_height 920 -window_border_width 0 -window_margin_width 0 -single_window_margin_width -1 -window_padding_width 0 -single_window_padding_width -1 -placement_strategy center -tab_bar_style powerline -tab_bar_min_tabs 1 -tab_separator " | " -tab_title_template "{fmt.fg.red}{bell_symbol}{activity_symbol}{fmt.fg.tab}{index}: {title}" -active_tab_font_style bold-italic -#: Color scheme {{{ -include monokai.conf -#: }}} - -allow_remote_control yes -wayland_titlebar_color system -map kitty_mod+k clear_terminal reset active -map kitty_mod+F5 launch --location=hsplit --cwd=current -map kitty_mod+F6 launch --location=vsplit --cwd=current -map ctrl+insert copy_to_clipboard -map shift+insert paste_from_clipboard diff --git a/kitty/monokai.conf b/kitty/monokai.conf deleted file mode 100644 index beaf67d..0000000 --- a/kitty/monokai.conf +++ /dev/null @@ -1,57 +0,0 @@ -# Monokai-pro for Kitty -# Based on https://www.monokai.pro/ - -foreground #f7f1ff -# background #222222 -background #000000 -selection_foreground #131313 -selection_background #fce566 -url_color #5ad4e6 -cursor #f7f1ff -cursor_text_color #222222 - -active_tab_background #fce566 -active_tab_foreground #131313 -active_tab_font_style bold -inactive_tab_background #222222 -inactive_tab_foreground #f7f1ff -inactive_tab_font_style normal -tab_fade 0.1 0.2 0.8 1 -tab_bar_margin_width 1.0 - -dim_opacity 0.5 -inactive_text_alpha 0.5 -active_border_color #19181a -macos_titlebar_color background - -# black -color0 #333333 -color8 #535353 - -# red -color1 #f44747 -color9 #f44747 - -# green -color2 #7bd88f -color10 #7bd88f - -# yellow -color3 #fce566 -color11 #fce566 - -# blue -color4 #3399cc -color12 #3399cc - -# magenta -color5 #fc618d -color13 #fc618d - -# cyan -color6 #5ad4e6 -color14 #5ad4e6 - -# white -color7 #f7f1ff -color15 #f7f1ff