Add install script to emacs and bump font

This commit is contained in:
Colin Powell
2019-05-29 03:21:48 -04:00
parent 396aef2140
commit e004ca4ea7
2 changed files with 8 additions and 1 deletions

View File

@ -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

View File

@ -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