chore: remove unused
parent
7d61075f37
commit
c029ac192d
|
@ -36,11 +36,8 @@ go build ./cmd/dot
|
|||
- [ripgrep](https://github.com/BurntSushi/ripgrep)
|
||||
- [tmux](https://github.com/tmux/tmux)
|
||||
- [zellij](https://github.com/zellij-org/zellij)
|
||||
- [gdu](https://github.com/dundee/gdu)
|
||||
- [powerlevel10k](https://github.com/romkatv/powerlevel10k)
|
||||
- [pokeget](https://github.com/talwat/pokeget-rs)
|
||||
- [btop](https://github.com/aristocratos/btop)
|
||||
- [newsboat](https://github.com/newsboat/newsboat)
|
||||
- [atuin](https://github.com/atuinsh/atuin)
|
||||
- [gitui](https://github.com/extrawurst/gitui)
|
||||
- [daktilo](https://github.com/orhun/daktilo)
|
||||
|
|
|
@ -1,18 +0,0 @@
|
|||
# https://docs.atuin.sh/configuration/config/
|
||||
|
||||
search_mode = "fuzzy"
|
||||
style = "compact"
|
||||
inline_height = 16
|
||||
show_preview = true
|
||||
show_help = false
|
||||
|
||||
# Sync with data/zsh/top-zshrc
|
||||
history_filter = ["^l[sal]", "^cd$", "^pwd$", "^exit$", "^z$"]
|
||||
|
||||
store_failed = false
|
||||
enter_accept = false
|
||||
prefers_reduced_motion = true
|
||||
|
||||
[stats]
|
||||
common_subcommands = ["brew", "cargo", "git", "g", "go"]
|
||||
common_prefix = ["sudo"]
|
|
@ -54,18 +54,10 @@ external = "~/.config/bat"
|
|||
internal = "data/ripgrep"
|
||||
external = "~/.config/ripgrep"
|
||||
|
||||
[[apps.tmux.paths]]
|
||||
internal = "data/tmux"
|
||||
external = "~/.config/tmux"
|
||||
|
||||
[[apps.zellij.paths]]
|
||||
internal = "data/zellij"
|
||||
external = "~/.config/zellij"
|
||||
|
||||
[[apps.gdu.paths]]
|
||||
internal = "data/gdu"
|
||||
external = "~/.config/gdu"
|
||||
|
||||
[[apps.powerlevel10k.paths]]
|
||||
internal = "data/powerlevel10k/.p10k.zsh"
|
||||
external = "~/.p10k.zsh"
|
||||
|
@ -102,18 +94,6 @@ external = "~/.config/newsboat/dark"
|
|||
internal = "data/newsboat/dark"
|
||||
url = "https://raw.githubusercontent.com/catppuccin/newsboat/main/themes/dark"
|
||||
|
||||
[[apps.atuin.paths]]
|
||||
internal = "data/atuin/config.toml"
|
||||
external = "~/.config/atuin/config.toml"
|
||||
|
||||
[[apps.gitui.paths]]
|
||||
internal = "data/gitui/theme.ron"
|
||||
external = "~/.config/gitui/theme.ron"
|
||||
|
||||
[[apps.gitui.paths]]
|
||||
internal = "data/gitui/theme.ron"
|
||||
url = "https://raw.githubusercontent.com/catppuccin/gitui/main/themes/catppuccin-mocha.ron"
|
||||
|
||||
[[apps.daktilo.paths]]
|
||||
internal = "data/daktilo/daktilo.toml"
|
||||
external = "~/.config/daktilo/daktilo.toml"
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
no-color: true
|
|
@ -1,23 +0,0 @@
|
|||
(
|
||||
selected_tab: Some("Reset"),
|
||||
command_fg: Some("#cdd6f4"),
|
||||
selection_bg: Some("#585b70"),
|
||||
selection_fg: Some("#cdd6f4"),
|
||||
cmdbar_bg: Some("#181825"),
|
||||
cmdbar_extra_lines_bg: Some("#181825"),
|
||||
disabled_fg: Some("#7f849c"),
|
||||
diff_line_add: Some("#a6e3a1"),
|
||||
diff_line_delete: Some("#f38ba8"),
|
||||
diff_file_added: Some("#a6e3a1"),
|
||||
diff_file_removed: Some("#eba0ac"),
|
||||
diff_file_moved: Some("#cba6f7"),
|
||||
diff_file_modified: Some("#fab387"),
|
||||
commit_hash: Some("#b4befe"),
|
||||
commit_time: Some("#bac2de"),
|
||||
commit_author: Some("#74c7ec"),
|
||||
danger_fg: Some("#f38ba8"),
|
||||
push_gauge_bg: Some("#89b4fa"),
|
||||
push_gauge_fg: Some("#1e1e2e"),
|
||||
tag_fg: Some("#f5e0dc"),
|
||||
branch_fg: Some("#94e2d5")
|
||||
)
|
|
@ -1,21 +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
|
||||
|
||||
# Sync with Zellij
|
||||
bind -n M-n split-window -h
|
||||
bind -n M-m 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"
|
|
@ -126,11 +126,6 @@ if command -v moar &>/dev/null; then
|
|||
export PAGER=moar
|
||||
fi
|
||||
|
||||
# https://github.com/atuinsh/atuin
|
||||
if command -v atuin &>/dev/null; then
|
||||
eval "$(atuin init zsh --disable-up-arrow)"
|
||||
fi
|
||||
|
||||
# https://github.com/oven-sh/bun
|
||||
# Depend on your settings
|
||||
# Please copy this manually to ~/.zshrc
|
||||
|
|
|
@ -4,7 +4,7 @@ rustup update
|
|||
|
||||
cargo install --quiet --locked \
|
||||
fd-find bat git-delta eza sd tlrc \
|
||||
difftastic vivid zellij zoxide atuin \
|
||||
difftastic vivid zellij zoxide \
|
||||
fnm stylua taplo-cli \
|
||||
pokeget \
|
||||
daktilo
|
||||
|
@ -14,9 +14,6 @@ cargo install --quiet --git https://github.com/astral-sh/rye rye
|
|||
|
||||
bat cache --build
|
||||
|
||||
cat /dev/null >~/.zsh_history
|
||||
atuin history prune
|
||||
|
||||
pokeget --hide-name bulbasaur >data/pokeget/bulbasaur.txt
|
||||
pokeget --hide-name charmeleon >data/pokeget/charmeleon.txt
|
||||
pokeget --hide-name chikorita >data/pokeget/chikorita.txt
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
cargo install --quiet --force --locked \
|
||||
fd-find bat git-delta eza sd tlrc \
|
||||
difftastic vivid zellij zoxide atuin \
|
||||
difftastic vivid zellij zoxide \
|
||||
fnm stylua taplo-cli \
|
||||
pokeget \
|
||||
daktilo
|
||||
|
|
Loading…
Reference in New Issue