Add files

This commit is contained in:
olari
2019-05-15 17:59:58 +03:00
parent 4919aac9d8
commit 7a5227762d
5 changed files with 29 additions and 3 deletions

View 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,
}

View File

@@ -26,7 +26,7 @@ SETUVAR fish_color_status:red
SETUVAR fish_color_user:brgreen SETUVAR fish_color_user:brgreen
SETUVAR fish_color_valid_path:\x2d\x2dunderline SETUVAR fish_color_valid_path:\x2d\x2dunderline
SETUVAR fish_greeting:\x1d 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_completion:normal
SETUVAR fish_pager_color_description:B3A06D\x1eyellow SETUVAR fish_pager_color_description:B3A06D\x1eyellow
SETUVAR fish_pager_color_prefix:white\x1e\x2d\x2dbold\x1e\x2d\x2dunderline SETUVAR fish_pager_color_prefix:white\x1e\x2d\x2dbold\x1e\x2d\x2dunderline

View File

@@ -1,7 +1,7 @@
# Beware! This file is rewritten by htop when settings are changed in the interface. # Beware! This file is rewritten by htop when settings are changed in the interface.
# The parser is also very primitive, and not human-friendly. # The parser is also very primitive, and not human-friendly.
fields=0 39 46 1 fields=0 39 46 1
sort_key=0 sort_key=39
sort_direction=1 sort_direction=1
hide_threads=0 hide_threads=0
hide_kernel_threads=1 hide_kernel_threads=1

2
.tmux.conf Normal file
View File

@@ -0,0 +1,2 @@
set -sg escape-time 0
set -wg mode-keys vi

2
.vimrc
View File

@@ -1,4 +1,4 @@
syntax on syntax on
set number set number
set tabstop=4
set autoindent set autoindent
set tabstop=8 softtabstop=0 expandtab shiftwidth=4 smarttab