Add files
This commit is contained in:
24
.config/Code - OSS/User/settings.json
Normal file
24
.config/Code - OSS/User/settings.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"workbench.colorTheme": "One Dark Pro Vivid",
|
||||
"workbench.iconTheme": "material-icon-theme",
|
||||
"editor.fontFamily": "DejaVu Sans Mono",
|
||||
"editor.minimap.renderCharacters": false,
|
||||
"editor.cursorBlinking": "solid",
|
||||
"editor.cursorStyle": "block",
|
||||
"workbench.activityBar.visible": false,
|
||||
"window.titleBarStyle": "custom",
|
||||
"window.menuBarVisibility": "hidden",
|
||||
"workbench.startupEditor": "none",
|
||||
"workbench.tips.enabled": false,
|
||||
// botnet
|
||||
"workbench.enableExperiments": false,
|
||||
"workbench.settings.enableNaturalLanguageSearch": false,
|
||||
"update.enableWindowsBackgroundUpdates": false,
|
||||
"update.mode": "none",
|
||||
"update.showReleaseNotes": false,
|
||||
"extensions.autoCheckUpdates": false,
|
||||
"extensions.autoUpdate": false,
|
||||
"extensions.showRecommendationsOnlyOnDemand": true,
|
||||
"telemetry.enableCrashReporter": false,
|
||||
"telemetry.enableTelemetry": false,
|
||||
}
|
||||
@@ -26,7 +26,7 @@ SETUVAR fish_color_status:red
|
||||
SETUVAR fish_color_user:brgreen
|
||||
SETUVAR fish_color_valid_path:\x2d\x2dunderline
|
||||
SETUVAR fish_greeting:\x1d
|
||||
SETUVAR fish_key_bindings:fish_default_key_bindings
|
||||
SETUVAR fish_key_bindings:fish_vi_key_bindings
|
||||
SETUVAR fish_pager_color_completion:normal
|
||||
SETUVAR fish_pager_color_description:B3A06D\x1eyellow
|
||||
SETUVAR fish_pager_color_prefix:white\x1e\x2d\x2dbold\x1e\x2d\x2dunderline
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Beware! This file is rewritten by htop when settings are changed in the interface.
|
||||
# The parser is also very primitive, and not human-friendly.
|
||||
fields=0 39 46 1
|
||||
sort_key=0
|
||||
sort_key=39
|
||||
sort_direction=1
|
||||
hide_threads=0
|
||||
hide_kernel_threads=1
|
||||
|
||||
2
.tmux.conf
Normal file
2
.tmux.conf
Normal file
@@ -0,0 +1,2 @@
|
||||
set -sg escape-time 0
|
||||
set -wg mode-keys vi
|
||||
Reference in New Issue
Block a user