dotfiles

Personal dotfiles.
git clone git://vcs.sapka.me/dotfiles
Log | Files | Refs | Submodules

commit b198292bcdfe403d4a780cdce9f70675aa88a480
parent 212e2c82af853af5f7caa435928f94f51269133a
Author: MichaƂ M. Sapka <michal@sapka.me>
Date:   Mon,  5 Dec 2022 12:42:41 +0100

feat: back to zsh

Diffstat:
Aneomutt/.config/neomutt/.gitignore | 1+
Aneomutt/.config/neomutt/colors | 34++++++++++++++++++++++++++++++++++
Aneomutt/.config/neomutt/neomuttrc | 20++++++++++++++++++++
Mnewsboat/.newsboat/.gitignore | 2++
Mzsh/.zshrc | 110+++++++------------------------------------------------------------------------
5 files changed, 66 insertions(+), 101 deletions(-)

diff --git a/neomutt/.config/neomutt/.gitignore b/neomutt/.config/neomutt/.gitignore @@ -0,0 +1 @@ +accounts diff --git a/neomutt/.config/neomutt/colors b/neomutt/.config/neomutt/colors @@ -0,0 +1,34 @@ +color normal default default # Text is "Text" +color index color2 default ~N # New Messages are Green +color index color1 default ~F # Flagged messages are Red +color index color13 default ~T # Tagged Messages are Red +color index color1 default ~D # Messages to delete are Red +color attachment color5 default # Attachments are Pink +color signature color8 default # Signatures are Surface 2 +color search color4 default # Highlighted results are Blue + +color indicator default color8 # currently highlighted message Surface 2=Background Text=Foreground +color error color1 default # error messages are Red +color status color15 default # status line "Subtext 0" +color tree color15 default # thread tree arrows Subtext 0 +color tilde color15 default # blank line padding Subtext 0 + +color hdrdefault color13 default # default headers Pink +color header color13 default "^From:" +color header color13 default "^Subject:" + +color quoted color15 default # Subtext 0 +color quoted1 color7 default # Subtext 1 +color quoted2 color8 default # Surface 2 +color quoted3 color0 default # Surface 1 +color quoted4 color0 default +color quoted5 color0 default + +color body color2 default [\-\.+_a-zA-Z0-9]+@[\-\.a-zA-Z0-9]+ # email addresses Green +color body color2 default (https?|ftp)://[\-\.,/%~_:?&=\#a-zA-Z0-9]+ # URLs Green +color body color4 default (^|[[:space:]])\\*[^[:space:]]+\\*([[:space:]]|$) # *bold* text Blue +color body color4 default (^|[[:space:]])_[^[:space:]]+_([[:space:]]|$) # _underlined_ text Blue +color body color4 default (^|[[:space:]])/[^[:space:]]+/([[:space:]]|$) # /italic/ text Blue + +color sidebar_flagged color1 default # Mailboxes with flagged mails are Red +color sidebar_new color10 default # Mailboxes with new mail are Green diff --git a/neomutt/.config/neomutt/neomuttrc b/neomutt/.config/neomutt/neomuttrc @@ -0,0 +1,20 @@ +# vim: filetype=muttrc + +source ~/.config/neomutt/colors +source ~/.config/neomutt/accounts + + +set sidebar_format = "%B%?F? [%F]?%* %?N?%N/?%S" +set mail_check_stats +bind index,pager B sidebar-toggle-visible +set imap_check_subscribed + + + + + +# Disable saving outgoing mail since Gmail saves them by default. set record = "" +# +# +auto_view text/html +alternative_order text/enriched text/plain text/html text diff --git a/newsboat/.newsboat/.gitignore b/newsboat/.newsboat/.gitignore @@ -1 +1,3 @@ cache.db +cache.db.lock +history.search diff --git a/zsh/.zshrc b/zsh/.zshrc @@ -1,111 +1,19 @@ -# If you come from bash you might have to change your $PATH. -# export PATH=$HOME/bin:/usr/local/bin:$PATH - -# Path to your oh-my-zsh installation. -export ZSH="$HOME/.oh-my-zsh" - -# Set name of the theme to load --- if set to "random", it will -# load a random theme each time oh-my-zsh is loaded, in which case, -# to know which specific one was loaded, run: echo $RANDOM_THEME -# See https://github.com/ohmyzsh/ohmyzsh/wiki/Themes -ZSH_THEME="robbyrussell" - -# Set list of themes to pick from when loading at random -# Setting this variable when ZSH_THEME=random will cause zsh to load -# a theme from this variable instead of looking in $ZSH/themes/ -# If set to an empty array, this variable will have no effect. -# ZSH_THEME_RANDOM_CANDIDATES=( "robbyrussell" "agnoster" ) - -# Uncomment the following line to use case-sensitive completion. -# CASE_SENSITIVE="true" - -# Uncomment the following line to use hyphen-insensitive completion. -# Case-sensitive completion must be off. _ and - will be interchangeable. -# HYPHEN_INSENSITIVE="true" - -# Uncomment one of the following lines to change the auto-update behavior -# zstyle ':omz:update' mode disabled # disable automatic updates -# zstyle ':omz:update' mode auto # update automatically without asking -# zstyle ':omz:update' mode reminder # just remind me to update when it's time - -# Uncomment the following line to change how often to auto-update (in days). -# zstyle ':omz:update' frequency 13 - -# Uncomment the following line if pasting URLs and other text is messed up. -# DISABLE_MAGIC_FUNCTIONS="true" - -# Uncomment the following line to disable colors in ls. -# DISABLE_LS_COLORS="true" - -# Uncomment the following line to disable auto-setting terminal title. -# DISABLE_AUTO_TITLE="true" - -# Uncomment the following line to enable command auto-correction. -# ENABLE_CORRECTION="true" - -# Uncomment the following line to display red dots whilst waiting for completion. -# You can also set it to another string to have that shown instead of the default red dots. -# e.g. COMPLETION_WAITING_DOTS="%F{yellow}waiting...%f" -# Caution: this setting can cause issues with multiline prompts in zsh < 5.7.1 (see #5765) -# COMPLETION_WAITING_DOTS="true" - -# Uncomment the following line if you want to disable marking untracked files -# under VCS as dirty. This makes repository status check for large repositories -# much, much faster. -# DISABLE_UNTRACKED_FILES_DIRTY="true" - -# Uncomment the following line if you want to change the command execution time -# stamp shown in the history command output. -# You can set one of the optional three formats: -# "mm/dd/yyyy"|"dd.mm.yyyy"|"yyyy-mm-dd" -# or set a custom format using the strftime function format specifications, -# see 'man strftime' for details. -# HIST_STAMPS="mm/dd/yyyy" - -# Would you like to use another custom folder than $ZSH/custom? -# ZSH_CUSTOM=/path/to/new-custom-folder - -# Which plugins would you like to load? -# Standard plugins can be found in $ZSH/plugins/ -# Custom plugins may be added to $ZSH_CUSTOM/plugins/ -# Example format: plugins=(rails git textmate ruby lighthouse) -# Add wisely, as too many plugins slow down shell startup. -plugins=(asdf bundler git vi-mode) - -source $ZSH/oh-my-zsh.sh - -# User configuration - -# export MANPATH="/usr/local/man:$MANPATH" - -# You may need to manually set your language environment export LANG=en_US.UTF-8 -# Preferred editor for local and remote sessions -# if [[ -n $SSH_CONNECTION ]]; then -# export EDITOR='vim' -# else -# export EDITOR='mvim' -# fi - -# Compilation flags -# export ARCHFLAGS="-arch x86_64" +echo "My terminal. I like to keep it close to where my heart used to be" -# Set personal aliases, overriding those provided by oh-my-zsh libs, -# plugins, and themes. Aliases can be placed here, though oh-my-zsh -# users are encouraged to define aliases within the ZSH_CUSTOM folder. -# For a full list of active aliases, run `alias`. -# -# Example aliases -# alias zshconfig="mate ~/.zshrc" -# alias ohmyzsh="mate ~/.oh-my-zsh" alias vi="vim" alias vim="nvim" alias ll="exa -l -g --icons" alias lla="ll -a" -export PATH=$PATH:~/.local/bin -. $ASDF_DIR/asdf.sh -eval "$(starship init zsh)" +alias gc="git commit" +alias ga="git add" +alias gaa="git add ." + +alias nb="newsboat" +alias nm="neomutt" +export PATH=$PATH:~/.local/bin +. $(brew --prefix)/opt/asdf/libexec/asdf.sh