some small fixes
This commit is contained in:
parent
7965f188fd
commit
69559095f1
|
@ -136,7 +136,7 @@ values."
|
||||||
;; Default font, or prioritized list of fonts. `powerline-scale' allows to
|
;; Default font, or prioritized list of fonts. `powerline-scale' allows to
|
||||||
;; quickly tweak the mode-line size to make separators look not too crappy.
|
;; quickly tweak the mode-line size to make separators look not too crappy.
|
||||||
;; dotspacemacs-default-font '("Source Code Pro"
|
;; dotspacemacs-default-font '("Source Code Pro"
|
||||||
dotspacemacs-default-font '("DejaVu Sans"
|
dotspacemacs-default-font '("DejaVu Sans Mono"
|
||||||
:size 12
|
:size 12
|
||||||
:weight normal
|
:weight normal
|
||||||
:width normal
|
:width normal
|
||||||
|
|
|
@ -23,7 +23,6 @@ files=( ".android"
|
||||||
".gradle"
|
".gradle"
|
||||||
".bash_history"
|
".bash_history"
|
||||||
".Clion2016.3"
|
".Clion2016.3"
|
||||||
".revive.el"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
main() {
|
main() {
|
||||||
|
|
|
@ -162,7 +162,7 @@ install_i3() {
|
||||||
i3 \
|
i3 \
|
||||||
i3lock \
|
i3lock \
|
||||||
i3status \
|
i3status \
|
||||||
keepass2 \
|
keepass2/stable \
|
||||||
pulseaudio \
|
pulseaudio \
|
||||||
rxvt-unicode-256color \
|
rxvt-unicode-256color \
|
||||||
scrot \
|
scrot \
|
||||||
|
|
Loading…
Reference in New Issue