yadm
Seth Doty 2 months ago
parent 8728b5d4be
commit 58af5545ac
Signed by: sethmdoty
SSH Key Fingerprint: SHA256:wvNCGqFBjqW46I4sMfN/9DwLkuEbElw7MONaxwHTVm8

@ -1,14 +1,13 @@
tab_bar_style powerline
font_family MesloLGL Nerd Font
italic_font JetBrains Mono Italic
font_family MonoLisa
italic_font MonoLisa Regular Italic
bold_font JetBrains Mono ExtraBold
bold_italic_font JetBrains Mono ExtraBold Italic
copy_on_select yes
# include theme
#include nord.conf
adjust_line_height 110%
# Font size (in pts)
@ -112,7 +111,7 @@ map ctrl+right neighboring_window right
map ctrl+up neighboring_window up
map ctrl+down neighboring_window down
confirm_os_window_close 1
confirm_os_window_close 0
# BEGIN_KITTY_THEME

@ -12,7 +12,7 @@
;;; UI
(setq doom-theme 'doom-vibrant
doom-font (font-spec :family "JetBrains Mono" :size 12 :weight 'light)
doom-font (font-spec :family "MonoLisa" :size 12 :weight 'light)
doom-variable-pitch-font (font-spec :family "Source Sans Pro" :size 13))
;; This determines the style of line numbers in effect. If set to `nil', line

@ -81,7 +81,7 @@
:checkers
syntax ; tasing you for every semicolon you forget
spell ; tasing you for misspelling mispelling
(spell +aspell +flyspell) ; tasing you for misspelling mispelling
grammar ; tasing grammar mistake every you make
:tools
@ -94,7 +94,7 @@
;;ein ; tame Jupyter notebooks with emacs
(eval +overlay) ; run code, run (also, repls)
gist ; interacting with github gists
lookup ; navigate your code and its documentation
(lookup +dictionary +offline +docsets) ; navigate your code and its documentation
lsp ; M-x vscode
magit ; a git porcelain for Emacs
;;make ; run make tasks from Emacs
@ -151,7 +151,7 @@
;;lua ; one-based indices? one-based indices
(markdown +grip) ; writing docs for people to ignore
;;nim ; python + lisp at the speed of c
;;nix ; I hereby declare "nix geht mehr!"
nix ; I hereby declare "nix geht mehr!"
;;ocaml ; an objective camel
(org +pandoc +dragndrop +roam2 +pretty +noter) ; organize your plain life in plain text
;;php ; perl's insecure younger brother
@ -165,7 +165,7 @@
;;rst ; ReST in peace
;;(ruby +rails) ; 1.step {|i| p "Ruby is #{i.even? ? 'love' : 'life'}"}
;;(rust +lsp) ; Fe2O3.unwrap().unwrap().unwrap().unwrap()
;;scala ; java, but good
(scala +lsp) ; java, but good
;;(scheme +guile) ; a fully conniving family of lisps
(sh +lsp) ; she sells {ba,z,fi}sh shells on the C xor
;;sml

@ -1,4 +1,4 @@
default-cache-ttl 600
max-cache-ttl 7200
enable-ssh-support
pinentry-program /usr/local/MacGPG2/libexec/pinentry-mac.app/Contents/MacOS/pinentry-mac

@ -72,7 +72,7 @@ ENABLE_CORRECTION="true"
# 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=(git docker macos brew direnv kubectl asdf aws terraform ssh-agent taskwarrior)
plugins=(git docker macos brew direnv kubectl asdf aws terraform iterm2)
source $ZSH/oh-my-zsh.sh
@ -107,7 +107,7 @@ export FZF_DEFAULT_COMMAND='fd -HI --color=always'
alias find='fd -HI -E=".git" --color=always'
alias fzf='fzf --ansi --exact --multi --no-sort'
alias rg='rg --color=always --hidden --glob !.git --ignore-case --line-number --no-heading --sort=path'
eval "$('keychain --eval --agents ssh --inherit any id_rsa' 2> /dev/null)"
# ls
alias ls='exa -aF --git --color=always --color-scale -s=extension --group-directories-first'
@ -142,3 +142,4 @@ else
fi
unset __conda_setup
# <<< conda initialize <<<

Loading…
Cancel
Save