From eaff7d0dce3a4748e65eb5ca6cfa5af77771f01c Mon Sep 17 00:00:00 2001 From: Hau Nguyen Date: Fri, 2 Dec 2022 17:47:45 +0700 Subject: [PATCH] chore: remove openssh, tmux, gitui, btop --- data/btop/themes/catppuccin_mocha.theme | 42 ------------------------- data/data.json | 32 ------------------- data/gitui/mocha.ron | 23 -------------- data/tmux/tmux.conf | 17 ---------- data/zsh/extra-zshrc | 3 -- scripts/macports_init.sh | 4 +-- 6 files changed, 2 insertions(+), 119 deletions(-) delete mode 100644 data/btop/themes/catppuccin_mocha.theme delete mode 100644 data/gitui/mocha.ron delete mode 100644 data/tmux/tmux.conf diff --git a/data/btop/themes/catppuccin_mocha.theme b/data/btop/themes/catppuccin_mocha.theme deleted file mode 100644 index 13cec40..0000000 --- a/data/btop/themes/catppuccin_mocha.theme +++ /dev/null @@ -1,42 +0,0 @@ -theme[main_bg]="#1E1E2E" -theme[main_fg]="#CDD6F4" -theme[title]="#CDD6F4" -theme[hi_fg]="#89B4FA" -theme[selected_bg]="#45475A" -theme[selected_fg]="#89B4FA" -theme[inactive_fg]="#7F849C" -theme[graph_text]="#F5E0DC" -theme[meter_bg]="#45475A" -theme[proc_misc]="#F5E0DC" -theme[cpu_box]="#74C7EC" -theme[mem_box]="#A6E3A1" -theme[net_box]="#CBA6F7" -theme[proc_box]="#F2CDCD" -theme[div_line]="#6C7086" -theme[temp_start]="#F9E2AF" -theme[temp_mid]="#FAB387" -theme[temp_end]="#F38BA8" -theme[cpu_start]="#74C7EC" -theme[cpu_mid]="#89DCEB" -theme[cpu_end]="#94E2D5" -theme[free_start]="#94E2D5" -theme[free_mid]="#94E2D5" -theme[free_end]="#A6E3A1" -theme[cached_start]="#F5C2E7" -theme[cached_mid]="#F5C2E7" -theme[cached_end]="#CBA6F7" -theme[available_start]="#F5E0DC" -theme[available_mid]="#F2CDCD" -theme[available_end]="#F2CDCD" -theme[used_start]="#FAB387" -theme[used_mid]="#FAB387" -theme[used_end]="#F38BA8" -theme[download_start]="#B4BEFE" -theme[download_mid]="#B4BEFE" -theme[download_end]="#CBA6F7" -theme[upload_start]="#B4BEFE" -theme[upload_mid]="#B4BEFE" -theme[upload_end]="#CBA6F7" -theme[process_start]="#74C7EC" -theme[process_mid]="#89DCEB" -theme[process_end]="#94E2D5" diff --git a/data/data.json b/data/data.json index ec5ecba..f62f239 100644 --- a/data/data.json +++ b/data/data.json @@ -8,14 +8,6 @@ } ] }, - "tmux": { - "paths": [ - { - "internal": "data/tmux/tmux.conf", - "external": "~/.config/tmux/tmux.conf" - } - ] - }, "kitty": { "paths": [ { @@ -64,18 +56,6 @@ } ] }, - "btop": { - "paths": [ - { - "internal": "data/btop/themes/catppuccin_mocha.theme", - "external": "~/.config/btop/themes/catppuccin_mocha.theme" - }, - { - "internal": "data/btop/themes/catppuccin_mocha.theme", - "url": "https://raw.githubusercontent.com/catppuccin/btop/main/catppuccin_mocha.theme" - } - ] - }, "delta": { "paths": [ { @@ -88,18 +68,6 @@ } ] }, - "gitui": { - "paths": [ - { - "internal": "data/gitui/mocha.ron", - "external": "~/.config/gitui/mocha.ron" - }, - { - "internal": "data/gitui/mocha.ron", - "url": "https://raw.githubusercontent.com/catppuccin/gitui/master/theme/mocha.ron" - } - ] - }, "zsh": { "paths": [ { diff --git a/data/gitui/mocha.ron b/data/gitui/mocha.ron deleted file mode 100644 index 1826dcf..0000000 --- a/data/gitui/mocha.ron +++ /dev/null @@ -1,23 +0,0 @@ -( - selected_tab: Reset, - command_fg: Rgb(205, 214, 244), - selection_bg: Rgb(88, 91, 112), - selection_fg: Rgb(205, 214, 244), - cmdbar_bg: Rgb(24, 24, 37), - cmdbar_extra_lines_bg: Rgb(24, 24, 37), - disabled_fg: Rgb(127, 132, 156), - diff_line_add: Rgb(166, 227, 161), - diff_line_delete: Rgb(243, 139, 168), - diff_file_added: Rgb(249, 226, 175), - diff_file_removed: Rgb(235, 160, 172), - diff_file_moved: Rgb(203, 166, 247), - diff_file_modified: Rgb(250, 179, 135), - commit_hash: Rgb(180, 190, 254), - commit_time: Rgb(186, 194, 222), - commit_author: Rgb(116, 199, 236), - danger_fg: Rgb(243, 139, 168), - push_gauge_bg: Rgb(137, 180, 250), - push_gauge_fg: Rgb(30, 30, 46), - tag_fg: Rgb(245, 224, 220), - branch_fg: Rgb(148, 226, 213) -) diff --git a/data/tmux/tmux.conf b/data/tmux/tmux.conf deleted file mode 100644 index 65755e4..0000000 --- a/data/tmux/tmux.conf +++ /dev/null @@ -1,17 +0,0 @@ -# Change prefix -set -g prefix C-a -unbind C-b -bind C-a send-prefix - -# Split panes using | and - -bind | split-window -h -bind - split-window -v - -# Switch panes using Alt -bind -n M-Left select-pane -L -bind -n M-Right select-pane -R -bind -n M-Up select-pane -U -bind -n M-Down select-pane -D - -# Color -set -g default-terminal "tmux-256color" diff --git a/data/zsh/extra-zshrc b/data/zsh/extra-zshrc index 7d6206a..0c8fb9f 100644 --- a/data/zsh/extra-zshrc +++ b/data/zsh/extra-zshrc @@ -51,6 +51,3 @@ alias moe="make" # https://sw.kovidgoyal.net/kitty/faq/ alias kssh="kitty +kitten ssh" - -# https://github.com/catppuccin/gitui -alias gu="gitui -t mocha.ron" diff --git a/scripts/macports_init.sh b/scripts/macports_init.sh index efefc5a..24b43d0 100755 --- a/scripts/macports_init.sh +++ b/scripts/macports_init.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash port install \ - openssh inetutils \ - git neovim tmux \ + inetutils \ + git neovim \ fd bat ripgrep tealdeer git-delta exa ncdu fdupes rclone restic \ stylua