chore: remove zed, gitui
parent
81e98bf6bf
commit
cd6cfa6331
|
@ -53,15 +53,3 @@ external = "~/.config/zellij"
|
||||||
[[apps.gdu.paths]]
|
[[apps.gdu.paths]]
|
||||||
internal = "data/gdu"
|
internal = "data/gdu"
|
||||||
external = "~/.config/gdu"
|
external = "~/.config/gdu"
|
||||||
|
|
||||||
[[apps.zed.paths]]
|
|
||||||
internal = "data/zed/settings.json"
|
|
||||||
external = "~/.config/zed/settings.json"
|
|
||||||
|
|
||||||
[[apps.gitui.paths]]
|
|
||||||
internal = "data/gitui"
|
|
||||||
external = "~/.config/gitui"
|
|
||||||
|
|
||||||
[[apps.gitui.paths]]
|
|
||||||
internal = "data/gitui/mocha.ron"
|
|
||||||
url = "https://raw.githubusercontent.com/catppuccin/gitui/main/theme/mocha.ron"
|
|
||||||
|
|
|
@ -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 @@
|
||||||
{
|
|
||||||
"telemetry": {
|
|
||||||
"diagnostics": false,
|
|
||||||
"metrics": false
|
|
||||||
},
|
|
||||||
"base_keymap": "VSCode",
|
|
||||||
"theme": "Rosé Pine Moon",
|
|
||||||
"buffer_font_family": "SF Mono",
|
|
||||||
"buffer_font_features": {
|
|
||||||
"ss02": true,
|
|
||||||
"cv18": true,
|
|
||||||
"cv20": true
|
|
||||||
},
|
|
||||||
"buffer_font_size": 14,
|
|
||||||
"soft_wrap": "preferred_line_length",
|
|
||||||
"autosave": "on_focus_change"
|
|
||||||
}
|
|
|
@ -93,11 +93,6 @@ if command -v nnn &>/dev/null; then
|
||||||
export NNN_PLUG="p:-preview-tui"
|
export NNN_PLUG="p:-preview-tui"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# https://github.com/extrawurst/gitui
|
|
||||||
if command -v gitui &>/dev/null; then
|
|
||||||
alias gu="gitui -t mocha.ron"
|
|
||||||
fi
|
|
||||||
|
|
||||||
# https://gitlab.com/phoneybadger/pokemon-colorscripts
|
# https://gitlab.com/phoneybadger/pokemon-colorscripts
|
||||||
if command -v pokemon-colorscripts &>/dev/null; then
|
if command -v pokemon-colorscripts &>/dev/null; then
|
||||||
pokemon-colorscripts --no-title -r 1-8
|
pokemon-colorscripts --no-title -r 1-8
|
||||||
|
|
Loading…
Reference in New Issue