7c94205de25e1f3a6f900acd4cf9937bd1b27896
commit 7c94205de25e1f3a6f900acd4cf9937bd1b27896
Author: Simon Watson <spw01@protonmail.com>
Date: Fri Jul 9 20:55:19 2021 -0400

Mac stuff

diff --git a/bashrc/macm1-bashrc b/bashrc/macm1-bashrc
new file mode 100644
index 0000000..460ca8d
--- /dev/null
+++ b/bashrc/macm1-bashrc
@@ -0,0 +1,20 @@
+export PS1="\u@\h:\w> \[$(tput sgr0)\]"
+
+alias shorten-ps1="PS1='\$ '"
+alias default-ps1="PS1='[\[\033[36m\]\u\[\033[m\]@\[\033[32m\]\h:\[\033[33;1m\]\w\[\033[m\]]> '"
+alias ls="/opt/homebrew/bin/exa"
+alias ll="/opt/homebrew/bin/exa -lah"
+
+default-ps1
+
+alias tmux="systemd-run --scope --user tmux"
+alias tmuxn="tmux new -s $1"
+alias tmuxa="/bin/tmux attach -t $1"
+alias tmuxl="/bin/tmux ls"
+alias tmuxq="echo $TMUX"
+
+
+[ -f ~/.fzf.bash ] && source ~/.fzf.bash
+
+PATH='/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/homebrew/bin:/opt/homebrew/sbin:/Users/swatson/.fzf/bin'
+. "$HOME/.cargo/env"
diff --git a/emacs/.emacs-mac b/emacs/.emacs-mac
index a7dbbc3..3dc3034 100644
--- a/emacs/.emacs-mac
+++ b/emacs/.emacs-mac
@@ -96,8 +96,8 @@
(sublimity-map-set-delay 1)
(setq sublimity-attractive-centering-width nil)

-(add-to-list 'default-frame-alist '(font . "Roboto Mono" ))
-(set-face-attribute 'default t :font "Roboto Mono" )
+(add-to-list 'default-frame-alist '(font . "GohuFont" ))
+(set-face-attribute 'default t :font "GohuFont" )

(setq backup-directory-alist
`((".*" . ,temporary-file-directory)))
@@ -124,7 +124,9 @@
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(custom-safe-themes
- '("01106ca9b4446341ecb86a76b9db48f1100e2eb13980aa0ec6f6adf8e69fd9a7" "bf798e9e8ff00d4bf2512597f36e5a135ce48e477ce88a0764cfb5d8104e8163" "0feb7052df6cfc1733c1087d3876c26c66410e5f1337b039be44cb406b6187c6" default)))
+ '("01106ca9b4446341ecb86a76b9db48f1100e2eb13980aa0ec6f6adf8e69fd9a7" "bf798e9e8ff00d4bf2512597f36e5a135ce48e477ce88a0764cfb5d8104e8163" "0feb7052df6cfc1733c1087d3876c26c66410e5f1337b039be44cb406b6187c6" default))
+ '(display-time-mode t)
+ '(frame-background-mode 'dark))
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.