chore: remove openssh, tmux, gitui, btop
parent
1f1a70eb67
commit
eaff7d0dce
|
@ -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"
|
|
|
@ -8,14 +8,6 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"tmux": {
|
|
||||||
"paths": [
|
|
||||||
{
|
|
||||||
"internal": "data/tmux/tmux.conf",
|
|
||||||
"external": "~/.config/tmux/tmux.conf"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"kitty": {
|
"kitty": {
|
||||||
"paths": [
|
"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": {
|
"delta": {
|
||||||
"paths": [
|
"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": {
|
"zsh": {
|
||||||
"paths": [
|
"paths": [
|
||||||
{
|
{
|
||||||
|
|
|
@ -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)
|
|
||||||
)
|
|
|
@ -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"
|
|
|
@ -51,6 +51,3 @@ alias moe="make"
|
||||||
|
|
||||||
# https://sw.kovidgoyal.net/kitty/faq/
|
# https://sw.kovidgoyal.net/kitty/faq/
|
||||||
alias kssh="kitty +kitten ssh"
|
alias kssh="kitty +kitten ssh"
|
||||||
|
|
||||||
# https://github.com/catppuccin/gitui
|
|
||||||
alias gu="gitui -t mocha.ron"
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
port install \
|
port install \
|
||||||
openssh inetutils \
|
inetutils \
|
||||||
git neovim tmux \
|
git neovim \
|
||||||
fd bat ripgrep tealdeer git-delta exa ncdu fdupes rclone restic \
|
fd bat ripgrep tealdeer git-delta exa ncdu fdupes rclone restic \
|
||||||
stylua
|
stylua
|
||||||
|
|
Loading…
Reference in New Issue