diff --git a/.spacemacs b/.spacemacs index b90573a..d642633 100644 --- a/.spacemacs +++ b/.spacemacs @@ -136,7 +136,7 @@ values." ;; 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 '("Source Code Pro" - dotspacemacs-default-font '("DejaVu Sans" + dotspacemacs-default-font '("DejaVu Sans Mono" :size 12 :weight normal :width normal diff --git a/scripts/backup.sh b/scripts/backup.sh index 12d227e..4a06fa7 100755 --- a/scripts/backup.sh +++ b/scripts/backup.sh @@ -23,7 +23,6 @@ files=( ".android" ".gradle" ".bash_history" ".Clion2016.3" - ".revive.el" ) main() { diff --git a/scripts/install.sh b/scripts/install.sh index 996f703..05a988b 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -162,7 +162,7 @@ install_i3() { i3 \ i3lock \ i3status \ - keepass2 \ + keepass2/stable \ pulseaudio \ rxvt-unicode-256color \ scrot \