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
Minor setting changes
dekker.one
2 years ago
4689264c
ccd4dd16
verified
This commit was signed with the committer's
known signature
.
dekker.one
SSH Key Fingerprint:
SHA256:ca4pdN0aciUZT7uFsEm/8J8c2ZG8xuEeKvZ/VmAqebo=
+4
-2
2 changed files
expand all
collapse all
unified
split
dot_config
kitty
kitty.conf
private_Library
private_Application Support
private_VSCodium
User
settings.json
+1
-1
dot_config/kitty/kitty.conf
···
12
12
shell xonsh
13
13
14
14
# BEGIN_KITTY_THEME
15
15
-
# Ayu Light
15
15
+
# Catppuccin-Latte
16
16
include current-theme.conf
17
17
# END_KITTY_THEME
+3
-1
private_Library/private_Application Support/private_VSCodium/User/settings.json
···
27
27
"workbench.colorTheme": "Catppuccin Latte",
28
28
"workbench.preferredDarkColorTheme": "Catppuccin Macchiato",
29
29
"workbench.preferredLightColorTheme": "Catppuccin Latte",
30
30
-
"workbench.startupEditor": "none"
30
30
+
"workbench.startupEditor": "none",
31
31
+
"clangd.checkUpdates": true,
32
32
+
"clangd.arguments": ["--compile-commands-dir=./build.nosync/"]
31
33
}