diff --git a/.config/wezterm/wezterm.lua b/.config/wezterm/wezterm.lua deleted file mode 100644 index f2430b9..0000000 --- a/.config/wezterm/wezterm.lua +++ /dev/null @@ -1,29 +0,0 @@ -local wezterm = require("wezterm") - -local config = { - enable_tab_bar = false, - window_decorations = "RESIZE", - window_close_confirmation = "NeverPrompt", - font = wezterm.font("MesloLGS Nerd Font Mono"), - font_size = 14.0, - color_scheme = "Catppuccin Mocha", - -- color_scheme = "carbonfox", - window_background_opacity = 0.95, - window_padding = { - left = 0, - right = 0, - top = 0, - bottom = 0, - }, - macos_window_background_blur = 10, -} - --- uncomment this if not using with some wm --- local mux = wezterm.mux --- --- wezterm.on("gui-startup", function() --- local _, _, window = mux.spawn_window({}) --- window:gui_window():maximize() --- end) - -return config diff --git a/.zshrc b/.zshrc index 4a3628e..2f3ef62 100644 --- a/.zshrc +++ b/.zshrc @@ -1,14 +1,9 @@ # ---- homebrew ---- eval "$(/opt/homebrew/bin/brew shellenv)" -# ---- Git Aliases ---- -alias ga='git add' -alias gaa='git add -A' -alias gcm='git commit -m' -alias gpsh='git push' -alias gs='git status' - +# ---- Aliases ---- alias ls='lsd' +alias lg='lazygit' alias nv='nvim' alias neofetch="fastfetch" alias python='python3' @@ -24,3 +19,9 @@ eval "$(zoxide init --cmd cd zsh)" # ---- fzf ---- source <(fzf --zsh) + +# ---- syntax highlighting ---- +source /opt/homebrew/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh + +export EDITOR="nvim" +export MANPAGER = "nvim +Man!" diff --git a/cool-icons/kitty.icns b/cool-icons/kitty.icns deleted file mode 100644 index 57e2982..0000000 Binary files a/cool-icons/kitty.icns and /dev/null differ diff --git a/cool-icons/terminal.icns b/cool-icons/terminal.icns deleted file mode 100644 index 3a9a4f1..0000000 Binary files a/cool-icons/terminal.icns and /dev/null differ