Add install script to emacs and bump font
This commit is contained in:
@ -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
emacs/.config/install-deps.sh
Normal file
7
emacs/.config/install-deps.sh
Normal 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
|
||||
Reference in New Issue
Block a user