From 3e1705f05308fa5ad046981c4b15e4d08b7fa899 Mon Sep 17 00:00:00 2001 From: Ricky Cook Date: Tue, 24 Mar 2020 15:28:39 +1100 Subject: [PATCH 1/5] Remove autoenv ZSH plugin --- files/zshrc.d/10-oh-my-zsh.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/zshrc.d/10-oh-my-zsh.zsh b/files/zshrc.d/10-oh-my-zsh.zsh index cfdcbd0..f698b27 100644 --- a/files/zshrc.d/10-oh-my-zsh.zsh +++ b/files/zshrc.d/10-oh-my-zsh.zsh @@ -6,6 +6,6 @@ COMPLETION_WAITING_DOTS="true" # Dots whilst waiting for completion # Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*) # Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/ # Example format: plugins=(rails git textmate ruby lighthouse) -plugins=(git autoenv) +plugins=(git) source $ZSH/oh-my-zsh.sh From 6065142c7c7d2b301f9a1dd72baef747189d9cb1 Mon Sep 17 00:00:00 2001 From: Ricky Cook Date: Mon, 20 Jul 2020 11:40:42 +1000 Subject: [PATCH 2/5] Fix alignment --- files/.spacemacs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/.spacemacs b/files/.spacemacs index d0649b3..c6835f5 100644 --- a/files/.spacemacs +++ b/files/.spacemacs @@ -34,7 +34,7 @@ values." '( ruby php - rust + rust sql elixir python From 62d8dab425b5340aef33f9b8784aecc4a3b9aaf6 Mon Sep 17 00:00:00 2001 From: Ricky Cook Date: Mon, 20 Jul 2020 11:40:55 +1000 Subject: [PATCH 3/5] Add terraform to spacemacs --- files/.spacemacs | 1 + 1 file changed, 1 insertion(+) diff --git a/files/.spacemacs b/files/.spacemacs index c6835f5..851ecb2 100644 --- a/files/.spacemacs +++ b/files/.spacemacs @@ -43,6 +43,7 @@ values." html typescript yaml + terraform docker spacemacs-ui-visual ;; ---------------------------------------------------------------- From 9880225f945ceeeabdf73881eeec4fd91b541f46 Mon Sep 17 00:00:00 2001 From: Ricky Cook Date: Mon, 20 Jul 2020 11:41:06 +1000 Subject: [PATCH 4/5] Update emacs font name --- files/.spacemacs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/.spacemacs b/files/.spacemacs index 851ecb2..9f58957 100644 --- a/files/.spacemacs +++ b/files/.spacemacs @@ -147,7 +147,7 @@ values." dotspacemacs-colorize-cursor-according-to-state t ;; Default font, or prioritized list of fonts. `powerline-scale' allows to ;; quickly tweak the mode-line size to make separators look not too crappy. - dotspacemacs-default-font '("FuraCode Nerd Font Mono" + dotspacemacs-default-font '("FiraCode Nerd Font Mono" :size 13 :weight normal :width normal From 4deabfdba8f6d0439e1a0128588d1047061e5668 Mon Sep 17 00:00:00 2001 From: Ricky Cook Date: Mon, 20 Jul 2020 11:54:43 +1000 Subject: [PATCH 5/5] Change spacemacs default font weight to light --- files/.spacemacs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/.spacemacs b/files/.spacemacs index 9f58957..cdb0396 100644 --- a/files/.spacemacs +++ b/files/.spacemacs @@ -149,7 +149,7 @@ values." ;; quickly tweak the mode-line size to make separators look not too crappy. dotspacemacs-default-font '("FiraCode Nerd Font Mono" :size 13 - :weight normal + :weight light :width normal :powerline-scale 1.1) ;; The leader key