Stuff and things, yeahh
This commit is contained in:
parent
ab44b47e83
commit
2213548f83
4 changed files with 56 additions and 52 deletions
|
@ -4,6 +4,7 @@
|
|||
signingkey = 0EEA7DE3BE089B6F
|
||||
[core]
|
||||
editor = nano
|
||||
autocrlf = input
|
||||
[commit]
|
||||
gpgsign = true
|
||||
[init]
|
||||
|
|
1
.inputrc
1
.inputrc
|
@ -4,3 +4,4 @@ set colored-stats on
|
|||
set mark-symlinked-directories on
|
||||
set colored-completion-prefix on
|
||||
set menu-complete-display-prefix on
|
||||
set enable-keypad on
|
||||
|
|
|
@ -36,6 +36,7 @@ This function should only modify configuration layer settings."
|
|||
yaml
|
||||
html
|
||||
php
|
||||
;; asm
|
||||
(rust :variables
|
||||
rust-format-on-save t)
|
||||
(c-c++ :variables c-c++-backend 'lsp-clangd)
|
||||
|
@ -279,10 +280,10 @@ It should only modify the values of Spacemacs settings."
|
|||
;; Point size is recommended, because it's device independent. (default 10.0)
|
||||
dotspacemacs-default-font '(
|
||||
|
||||
;; ("Glass TTY VT220"
|
||||
;; :size 15.0
|
||||
;; :weight normal
|
||||
;; :width normal)
|
||||
("Glass TTY VT220"
|
||||
:size 15.0
|
||||
:weight normal
|
||||
:width normal)
|
||||
|
||||
("Fira Code"
|
||||
:size 12.0
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
[Configuration]
|
||||
ColorForeground=#c0c0c0
|
||||
ColorForeground=#ffffc0c00000
|
||||
ColorCursor=#c0c0c0c0c0c0
|
||||
ColorSelection=#ffffffffffff
|
||||
ColorPalette=#000000000000;#808000000000;#000080800000;#808080800000;#000000008080;#808000008080;#000080808080;#c0c0c0c0c0c0;#808080808080;#ffff00000000;#0000ffff0000;#ffffffff0000;#0000ffffffff;#ffff0000ffff;#00000000ffff;#ffffffffffff
|
||||
FontName=Less Perfect DOS VGA 12
|
||||
FontName=Glass TTY VT220 Bold 20
|
||||
MiscAlwaysShowTabs=FALSE
|
||||
MiscBell=TRUE
|
||||
MiscBellUrgent=TRUE
|
||||
|
@ -38,4 +38,5 @@ ShortcutsNoMenukey=TRUE
|
|||
ShortcutsNoMnemonics=TRUE
|
||||
ScrollingUnlimited=TRUE
|
||||
TitleInitial=MS-DOS Kehote
|
||||
TabActivityColor=#ffff00000000
|
||||
|
||||
|
|
Loading…
Reference in a new issue