Browse Source

Add install script to emacs and bump font

Colin Powell 6 years ago
parent
commit
e004ca4ea7
2 changed files with 8 additions and 1 deletions
  1. 1 1
      emacs/.config/doom/config.el
  2. 7 0
      emacs/.config/install-deps.sh

+ 1 - 1
emacs/.config/doom/config.el

@@ -13,7 +13,7 @@
 (setq doom-theme 'nimbus)
 
 ;; Fonts
-(setq doom-font (font-spec :family "Iosevka" :size 16))
+(setq doom-font (font-spec :family "Iosevka" :size 14))
 (setq doom-big-font (font-spec :family "Iosevka" :size 20))
 
 ;; Host-specific config

+ 7 - 0
emacs/.config/install-deps.sh

@@ -0,0 +1,7 @@
+#!/usr/bin/env bash
+
+sudo apt install markdown editorconfig shellcheck
+pip install python-language-server[all] gi ipython
+go get -u github.com/motemen/gore/cmd/gore
+npm -g isntall marked stylelint js-beautify javascript-typescript-langserver
+cargo install fd-find