tangled
alpha
login
or
join now
dekker.one
/
dotfiles
0
fork
atom
The general configuration of my development environment and many other general computer things.
0
fork
atom
overview
issues
pulls
pipelines
Update font
dekker.one
2 years ago
1f50bf3f
a649838c
verified
This commit was signed with the committer's
known signature
.
dekker.one
SSH Key Fingerprint:
SHA256:ca4pdN0aciUZT7uFsEm/8J8c2ZG8xuEeKvZ/VmAqebo=
+4
-4
3 changed files
expand all
collapse all
unified
split
dot_config
kitty
kitty.conf
private_Library
private_Application Support
private_Sublime Merge
private_Packages
private_User
Preferences.sublime-settings
private_VSCodium
User
settings.json
+2
-2
dot_config/kitty/kitty.conf
···
1
1
-
font_family Iosevka Term Slab
1
1
+
font_family Iosevka Term
2
2
bold_font auto
3
3
italic_font auto
4
4
bold_italic_font auto
5
5
6
6
cursor_shape underline
7
7
8
8
-
font_size 16.0
8
8
+
font_size 14.0
9
9
10
10
confirm_os_window_close 0
11
11
+1
-1
private_Library/private_Application Support/private_Sublime Merge/private_Packages/private_User/Preferences.sublime-settings
···
1
1
{
2
2
-
"font_face": "Iosevka Slab",
2
2
+
"font_face": "Iosevka",
3
3
"font_size": 15,
4
4
"tab_size": 2,
5
5
"theme": "auto",
+1
-1
private_Library/private_Application Support/private_VSCodium/User/settings.json
···
11
11
},
12
12
"cmake.generator": "Ninja Multi-Config",
13
13
"cmake.installPrefix": "${workspaceFolder}/build.nosync/install",
14
14
-
"editor.fontFamily": "'Iosevka Slab', Iosevka, Menlo, Monaco, 'Courier New', monospace",
14
14
+
"editor.fontFamily": "Iosevka, Menlo, Monaco, 'Courier New', monospace",
15
15
"editor.fontLigatures": true,
16
16
"editor.fontSize": 14,
17
17
"editor.formatOnSave": true,