This commit is contained in:
Pratik
2020-07-13 06:16:31 +05:30
parent 6b0a73632a
commit 4466e0878a
4 changed files with 18 additions and 10 deletions

View File

@@ -9,7 +9,8 @@
"extensions.showRecommendationsOnlyOnDemand": true, "extensions.showRecommendationsOnlyOnDemand": true,
// //
// Editor // Editor
"editor.cursorSmoothCaretAnimation": true, // "editor.cursorSmoothCaretAnimation": true,
"editor.cursorWidth": 4,
"editor.minimap.enabled": false, "editor.minimap.enabled": false,
"workbench.startupEditor": "newUntitledFile", "workbench.startupEditor": "newUntitledFile",
"editor.wordWrap": "on", "editor.wordWrap": "on",
@@ -24,6 +25,10 @@
"terminal.integrated.fontFamily": "FuraCode Nerd Font", "terminal.integrated.fontFamily": "FuraCode Nerd Font",
"terminal.integrated.fontSize": 17, "terminal.integrated.fontSize": 17,
// //
// Screencast Options
"screencastMode.verticalOffset": 5,
"screencastMode.fontSize": 45,
//
// Workbench - Everything that surrounds the editor // Workbench - Everything that surrounds the editor
"window.zoomLevel": -1, //Reduces the Activity Bar size "window.zoomLevel": -1, //Reduces the Activity Bar size
"files.autoSave": "afterDelay", "files.autoSave": "afterDelay",
@@ -36,14 +41,14 @@
"diffEditor.ignoreTrimWhitespace": false, "diffEditor.ignoreTrimWhitespace": false,
"explorer.confirmDragAndDrop": false, "explorer.confirmDragAndDrop": false,
"theme-by-language.themes": { "theme-by-language.themes": {
"*": "Visual Studio Dark", "*": "Community Material Theme Darker High Contrast",
"markdown": "Material Theme Darker High Contrast" "markdown": "Material Theme Darker High Contrast"
}, },
"workbench.colorTheme": "Visual Studio Dark",
"workbench.colorCustomizations": { "workbench.colorCustomizations": {
"tab.activeBackground": "#07f7af3f", "tab.activeBackground": "#07f7af3f",
"tab.activeBorder": "#ffffff" "tab.activeBorder": "#ffffff"
}, },
"workbench.sideBar.location": "right",
// //
// Debugging // Debugging
"debug.toolBarLocation": "docked", "debug.toolBarLocation": "docked",
@@ -94,10 +99,12 @@
"VIMP", "VIMP",
"VVIMP", "VVIMP",
"VVVIMP", "VVVIMP",
"arity",
"atleast", "atleast",
"elif", "elif",
"mkdir", "mkdir",
"pratiktri", "pratiktri",
"ptr",
"pylint", "pylint",
"subfolder", "subfolder",
"ulta", "ulta",
@@ -164,8 +171,10 @@
// Rust // Rust
"rust.build_on_save": true, "rust.build_on_save": true,
"rust.clippy_preference": "on", "rust.clippy_preference": "on",
"rust.full_docs": true,
"[rust]": { "[rust]": {
"editor.defaultFormatter": "rust-lang.rust" "editor.defaultFormatter": "rust-lang.rust"
} },
"workbench.colorTheme": "Community Material Theme Darker High Contrast"
// //
} }

View File

@@ -46,11 +46,11 @@ Height 768=478
Width 1366=446 Width 1366=446
[MainWindow] [MainWindow]
Height 768=455 Height 768=703
MenuBar=Disabled MenuBar=Disabled
State=AAAA/wAAAAD9AAAAAwAAAAAAAAD3AAACnfwCAAAAAvsAAAAUAHAAbABhAGMAZQBzAEQAbwBjAGsBAAAAIgAAAU4AAAByAQAAA/sAAAAWAGYAbwBsAGQAZQByAHMARABvAGMAawEAAAFxAAABTgAAAHIBAAADAAAAAQAAALAAAAKd/AIAAAAB+wAAABAAaQBuAGYAbwBEAG8AYwBrAAAAACIAAAKdAAAAIgEAAAMAAAADAAAFVgAAAL/8AQAAAAH7AAAAGAB0AGUAcgBtAGkAbgBhAGwARABvAGMAawAAAAAAAAAFVgAAAEQBAAADAAAEXgAAAp0AAAAEAAAABAAAAAgAAAAI/AAAAAEAAAACAAAAAQAAABYAbQBhAGkAbgBUAG8AbwBsAEIAYQByAQAAAAD/////AAAAAAAAAAA= State=AAAA/wAAAAD9AAAAAwAAAAAAAAD3AAACnfwCAAAAAvsAAAAUAHAAbABhAGMAZQBzAEQAbwBjAGsBAAAAIgAAAU8AAAByAQAAA/sAAAAWAGYAbwBsAGQAZQByAHMARABvAGMAawEAAAFyAAABTQAAAHIBAAADAAAAAQAAALAAAAKd/AIAAAAB+wAAABAAaQBuAGYAbwBEAG8AYwBrAAAAACIAAAKdAAAAIgEAAAMAAAADAAAFVgAAAH/8AQAAAAH7AAAAGAB0AGUAcgBtAGkAbgBhAGwARABvAGMAawAAAAAAAAAFVgAAAEQBAAADAAAEXgAAAp0AAAAEAAAABAAAAAgAAAAI/AAAAAEAAAACAAAAAQAAABYAbQBhAGkAbgBUAG8AbwBsAEIAYQByAQAAAAD/////AAAAAAAAAAA=
ToolBarsMovable=Disabled ToolBarsMovable=Disabled
Width 1366=906 Width 1366=1366
Window-Maximized 768x1366=true Window-Maximized 768x1366=true
[MainWindow][Toolbar mainToolBar] [MainWindow][Toolbar mainToolBar]

View File

@@ -23,7 +23,7 @@ main_height=703
main_maximize=false main_maximize=false
main_sort_column_id=1 main_sort_column_id=1
main_sort_order=0 main_sort_order=0
expanded_group=AWS,Hetzner expanded_group=Routers
toolbar_pin_down=false toolbar_pin_down=false
sshtunnel_port=4732 sshtunnel_port=4732
applet_new_ontop=false applet_new_ontop=false

View File

@@ -54,6 +54,5 @@ set -g history-limit 10000
setw -g mouse on setw -g mouse on
# Restore tmux-sessions -> https://github.com/tmux-plugins/tmux-resurrect # Restore tmux-sessions -> https://github.com/tmux-plugins/tmux-resurrect
run-shell ~/downloads/softwares/tmux-resurrect/resurrect.tmux run-shell ~/downloads/softwares/tmux-resurrect/resurrect.tmux ######################## Other Features ########################
######################## Other Features ########################