Skip to content

Commit

Permalink
chore(atuin): remove from config
Browse files Browse the repository at this point in the history
  • Loading branch information
fisenkodv committed Oct 12, 2024
1 parent d7b9d04 commit 6a9db65
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 9 deletions.
1 change: 0 additions & 1 deletion brew/brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,5 @@ brew "tree"
brew "wget"
brew "duf"
brew "pwgen"
brew "atuin"
brew "yazi"
cask "wezterm"
5 changes: 3 additions & 2 deletions config/wezterm/cfg_appearance.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@ local utils = require("lib.utils")
local M = {}

function M.setup(cfg)
cfg.color_scheme = "Catppuccin Frappe"
cfg.color_scheme = "Tokyo Night Storm"
-- cfg.color_scheme = "Catppuccin Frappe"
-- cfg.color_scheme = "Breeze"
-- cfg.color_scheme = "Google Dark (Gogh)"

cfg.enable_tab_bar = true
cfg.use_fancy_tab_bar = false
cfg.tab_bar_at_bottom = false
cfg.tab_max_width = 30
-- cfg.tab_max_width = 30
cfg.hide_tab_bar_if_only_one_tab = true
cfg.status_update_interval = 100

Expand Down
5 changes: 0 additions & 5 deletions config/zsh/init/005_atuin.init.sh

This file was deleted.

File renamed without changes.
1 change: 0 additions & 1 deletion config/zsh/zshrc.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,4 @@ for f in $ZSH_CONFIG_HOME/path/*.path.sh; do source $f; done
for f in $ZSH_CONFIG_HOME/init/*.init.sh; do source $f; done

eval "$(starship init zsh)"
eval "$(atuin init zsh --disable-up-arrow)"

0 comments on commit 6a9db65

Please sign in to comment.