config(atuin): init
parent
4476dcf0ad
commit
e8816229b7
|
@ -0,0 +1,7 @@
|
|||
# https://docs.atuin.sh/configuration/config/
|
||||
|
||||
style = "compact"
|
||||
|
||||
show_preview = true
|
||||
|
||||
enter_accept = false
|
|
@ -100,4 +100,8 @@ external = "~/.newsboat/dark"
|
|||
|
||||
[[apps.newsboat.paths]]
|
||||
internal = "data/newsboat/dark"
|
||||
urk = "https://raw.githubusercontent.com/catppuccin/newsboat/main/themes/dark"
|
||||
url = "https://raw.githubusercontent.com/catppuccin/newsboat/main/themes/dark"
|
||||
|
||||
[[apps.atuin.paths]]
|
||||
internal = "data/atuin/config.toml"
|
||||
external = "~/.config/atuin/config.toml"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Put this on top of ~/.zshrc
|
||||
|
||||
# https://zsh.sourceforge.io/Doc/Release/Parameters.html#Parameters-Used-By-The-Shell
|
||||
export HISTORY_IGNORE="(ls|ll|la|cd|pwd|exit|builtin *|*:)"
|
||||
export HISTORY_IGNORE="(ls|ll|la|ls *|ll *|la *|cd|pwd|exit|builtin *|*:|z)"
|
||||
export HISTSIZE=100000000
|
||||
export SAVEHIST=$HISTSIZE
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ rustup update
|
|||
|
||||
cargo install --quiet --locked \
|
||||
fd-find bat git-delta eza sd tealdeer \
|
||||
difftastic vivid zellij zoxide \
|
||||
difftastic vivid zellij zoxide atuin \
|
||||
fnm stylua taplo-cli \
|
||||
pfetch pokeget \
|
||||
daktilo kbt
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
cargo install --quiet --force --locked \
|
||||
fd-find bat git-delta eza sd tealdeer \
|
||||
difftastic vivid zellij zoxide \
|
||||
difftastic vivid zellij zoxide atuin \
|
||||
fnm stylua taplo-cli \
|
||||
pfetch pokeget \
|
||||
daktilo kbt
|
||||
|
|
Loading…
Reference in New Issue