fix machine specific config and add line spacing to emacs
This commit is contained in:
parent
25b134c14e
commit
45220cb153
@ -89,9 +89,14 @@
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(global-hl-line-mode)
|
||||
#+END_SRC
|
||||
** Line Height
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(setq line-spacing 0.29)
|
||||
#+END_SRC
|
||||
** Font
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(let ((font "CozetteVector-13:antialias=none"))
|
||||
;; (let ((font "CozetteVector-13:antialias=none"))
|
||||
(let ((font "Anonymous Pro Minus-14"))
|
||||
(set-face-attribute 'default nil :font font)
|
||||
(set-frame-font font nil t))
|
||||
#+END_SRC
|
||||
|
4
.zshrc
4
.zshrc
@ -1,5 +1,6 @@
|
||||
# Machine specific config
|
||||
[ -f ~/scripts/machine-specific-zsh/$(hostname).zsh ] && source ~/scripts/machine-specific-zsh/$(hostname).zsh
|
||||
MACHINE_ZSH=~/scripts/machine-specific-zsh/$(hostname | grep -oh "\w*" | head -n1).zsh
|
||||
[ -f $MACHINE_ZSH ] && source $MACHINE_ZSH
|
||||
|
||||
export GPG_TTY=$(tty)
|
||||
export PATH=$PATH:$HOME/scripts:$HOME/.local/bin:$HOME/.rowswell/bin
|
||||
@ -53,4 +54,3 @@ alias fuckctl="journalctl -fu"
|
||||
|
||||
alias sbcl="rlwrap sbcl"
|
||||
alias spt="spt --tick-rate 12"
|
||||
|
||||
|
@ -10,9 +10,9 @@ export PATH="/opt/homebrew/opt/postgresql@15/bin:$PATH"
|
||||
export PATH="/opt/homebrew/opt/openjdk/bin:$PATH"
|
||||
export PATH=$PATH:/Users/lizzy/.spicetify
|
||||
export PATH="/opt/homebrew/bin:/opt/homebrew/sbin${PATH+:$PATH}";
|
||||
export PATH="/Users/lizzy/.bun/bin/:$PATH"
|
||||
|
||||
# asdf
|
||||
. /opt/homebrew/opt/asdf/libexec/asdf.sh
|
||||
|
||||
. $(brew --prefix asdf)/libexec/asdf.sh
|
||||
|
||||
export PATH=$PATH:/Users/lizzy/.spicetify
|
Loading…
Reference in New Issue
Block a user