diff --git a/.config/Code - OSS/User/settings.json b/.config/Code - OSS/User/settings.json new file mode 100644 index 0000000..e3b2a36 --- /dev/null +++ b/.config/Code - OSS/User/settings.json @@ -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, +} \ No newline at end of file diff --git a/.config/fish/fish_variables b/.config/fish/fish_variables index e0b4e1c..3824beb 100755 --- a/.config/fish/fish_variables +++ b/.config/fish/fish_variables @@ -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 diff --git a/.config/htop/htoprc b/.config/htop/htoprc index dca3f2b..e0853c5 100755 --- a/.config/htop/htoprc +++ b/.config/htop/htoprc @@ -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 diff --git a/.tmux.conf b/.tmux.conf new file mode 100644 index 0000000..da02f00 --- /dev/null +++ b/.tmux.conf @@ -0,0 +1,2 @@ +set -sg escape-time 0 +set -wg mode-keys vi diff --git a/.vimrc b/.vimrc index 0d5ee16..2246e3b 100755 --- a/.vimrc +++ b/.vimrc @@ -1,4 +1,4 @@ syntax on set number -set tabstop=4 set autoindent +set tabstop=8 softtabstop=0 expandtab shiftwidth=4 smarttab