mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 16:41:43 +05:30
chore: Updates
This commit is contained in:
@@ -290,8 +290,7 @@
|
|||||||
"sql-formatter.uppercase": true,
|
"sql-formatter.uppercase": true,
|
||||||
"sql-formatter.dialect": "pl/sql",
|
"sql-formatter.dialect": "pl/sql",
|
||||||
|
|
||||||
// Codium
|
// Windsurf
|
||||||
"codium.codeCompletion.enable": true,
|
|
||||||
"windsurf.enableSupercomplete": false,
|
"windsurf.enableSupercomplete": false,
|
||||||
"windsurf.enableAutocomplete": false
|
"windsurf.enableAutocomplete": false
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -33,7 +33,7 @@ Recent File List Entry Count=11
|
|||||||
Restore Window Configuration=true
|
Restore Window Configuration=true
|
||||||
SDI Mode=false
|
SDI Mode=false
|
||||||
Save Meta Infos=true
|
Save Meta Infos=true
|
||||||
Show Full Path in Title=false
|
Show Full Path in Title=true
|
||||||
Show Menu Bar=true
|
Show Menu Bar=true
|
||||||
Show Status Bar=true
|
Show Status Bar=true
|
||||||
Show Symbol In Navigation Bar=true
|
Show Symbol In Navigation Bar=true
|
||||||
@@ -211,9 +211,9 @@ SetEditor=false
|
|||||||
[MainWindow]
|
[MainWindow]
|
||||||
2 screens: Height=1359
|
2 screens: Height=1359
|
||||||
2 screens: Width=1279
|
2 screens: Width=1279
|
||||||
2560x1440 screen: Height=1372
|
2 screens: Window-Maximized=true
|
||||||
2560x1440 screen: Width=1278
|
2560x1440 screen: Height=1359
|
||||||
2560x1440 screen: Window-Maximized=true
|
2560x1440 screen: Width=1279
|
||||||
ToolBarsMovable=Disabled
|
ToolBarsMovable=Disabled
|
||||||
|
|
||||||
[PluginSymbolViewer]
|
[PluginSymbolViewer]
|
||||||
|
|||||||
@@ -1,20 +0,0 @@
|
|||||||
[Kate Vi Input Mode Settings]
|
|
||||||
Command Mode Mapping Keys=
|
|
||||||
Command Mode Mappings=
|
|
||||||
Command Mode Mappings Recursion=
|
|
||||||
Insert Mode Mapping Keys=
|
|
||||||
Insert Mode Mappings=
|
|
||||||
Insert Mode Mappings Recursion=
|
|
||||||
Macro Completions=
|
|
||||||
Macro Contents=
|
|
||||||
Macro Registers=
|
|
||||||
Map Leader=\\
|
|
||||||
Normal Mode Mapping Keys=
|
|
||||||
Normal Mode Mappings=
|
|
||||||
Normal Mode Mappings Recursion=
|
|
||||||
ViRegisterContents=\s - Make 3 activities: existing config in dotfiles did NOT work - remove them\n,g,g77eDM2Bya2p\n,
|
|
||||||
ViRegisterFlags=1,0,1,0
|
|
||||||
ViRegisterNames=",-,0,^
|
|
||||||
Visual Mode Mapping Keys=
|
|
||||||
Visual Mode Mappings=
|
|
||||||
Visual Mode Mappings Recursion=
|
|
||||||
33
common/.config/zed/keymap.json
Normal file
33
common/.config/zed/keymap.json
Normal file
@@ -0,0 +1,33 @@
|
|||||||
|
// Zed keymap
|
||||||
|
//
|
||||||
|
// For information on binding keys, see the Zed
|
||||||
|
// documentation: https://zed.dev/docs/key-bindings
|
||||||
|
//
|
||||||
|
// To see the default key bindings run `zed: open default keymap`
|
||||||
|
// from the command palette.
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"context": "Workspace",
|
||||||
|
"bindings": {
|
||||||
|
"shift shift": "file_finder::Toggle"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"bindings": {
|
||||||
|
"ctrl-k z": "workspace::ToggleZoom"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"context": "Workspace",
|
||||||
|
"bindings": {
|
||||||
|
"ctrl ctrl": "command_palette::Toggle"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"context": "Editor",
|
||||||
|
"bindings": {
|
||||||
|
// "j k": ["workspace::SendKeystrokes", "escape"]
|
||||||
|
"ctrl-alt-j": "journal::NewJournalEntry"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
95
common/.config/zed/settings.json
Normal file
95
common/.config/zed/settings.json
Normal file
@@ -0,0 +1,95 @@
|
|||||||
|
// Zed settings
|
||||||
|
//
|
||||||
|
// For information on how to configure Zed, see the Zed
|
||||||
|
// documentation: https://zed.dev/docs/configuring-zed
|
||||||
|
//
|
||||||
|
// To see all of Zed's default settings without changing your
|
||||||
|
// custom settings, run `zed: open default settings` from the
|
||||||
|
// command palette (cmd-shift-p / ctrl-shift-p)
|
||||||
|
|
||||||
|
{
|
||||||
|
"telemetry": { "diagnostics": false, "metrics": false },
|
||||||
|
"assistant": {
|
||||||
|
"default_model": {
|
||||||
|
"provider": "zed.dev",
|
||||||
|
"model": "claude-3-5-sonnet-latest"
|
||||||
|
},
|
||||||
|
"version": "2"
|
||||||
|
},
|
||||||
|
"features": {
|
||||||
|
"inline_completion_provider": "none"
|
||||||
|
},
|
||||||
|
|
||||||
|
"base_keymap": "VSCode",
|
||||||
|
"vim_mode": true,
|
||||||
|
|
||||||
|
"ui_font_size": 16,
|
||||||
|
"buffer_font_size": 18,
|
||||||
|
"buffer_font_family": "FuraCode Nerd Font",
|
||||||
|
"buffer_line_height": { "custom": 1.5 },
|
||||||
|
"tabs": {
|
||||||
|
"file_icons": true,
|
||||||
|
"git_status": true
|
||||||
|
},
|
||||||
|
"outline_panel": {
|
||||||
|
"indent_size": 15,
|
||||||
|
"scrollbar": {
|
||||||
|
"show": "auto"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"project_panel": {
|
||||||
|
"indent_size": 15,
|
||||||
|
"scrollbar": {
|
||||||
|
"show": "auto"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
|
||||||
|
"terminal": {
|
||||||
|
"font_family": "FuraCode Nerd Font",
|
||||||
|
"font_size": 18,
|
||||||
|
"copy_on_select": true
|
||||||
|
},
|
||||||
|
|
||||||
|
// "show_whitespaces": "boundary",
|
||||||
|
"soft_wrap": "editor_width",
|
||||||
|
"tab_size": 4,
|
||||||
|
"unnecessary_code_fade": 0.5,
|
||||||
|
|
||||||
|
"git": {
|
||||||
|
"git_gutter": "tracked_files",
|
||||||
|
"gutter_debounce": null,
|
||||||
|
"inline_blame": {
|
||||||
|
"enabled": true,
|
||||||
|
"delay_ms": 500
|
||||||
|
}
|
||||||
|
},
|
||||||
|
|
||||||
|
"inlay_hints": {
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
|
||||||
|
"journal": {
|
||||||
|
"path": "~/Code/",
|
||||||
|
"hour_format": "hour24"
|
||||||
|
},
|
||||||
|
|
||||||
|
"file_types": {
|
||||||
|
"Shell": ["sh", "bash", "zsh"]
|
||||||
|
},
|
||||||
|
|
||||||
|
// "lsp": {
|
||||||
|
// "rust-analyzer": {
|
||||||
|
// "initialization_options": {
|
||||||
|
// "check": {
|
||||||
|
// "command": "clippy"
|
||||||
|
// }
|
||||||
|
// }
|
||||||
|
// }
|
||||||
|
// },
|
||||||
|
|
||||||
|
"theme": {
|
||||||
|
"mode": "system",
|
||||||
|
"light": "One Light",
|
||||||
|
"dark": "Github Dark Dimmed"
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -59,8 +59,8 @@ map <C-h> <C-w>h
|
|||||||
map <C-l> <C-w>l
|
map <C-l> <C-w>l
|
||||||
|
|
||||||
" Navigate buffers
|
" Navigate buffers
|
||||||
nnoremap <Tab> :bnext<CR>
|
nnoremap ]b :bnext<CR>
|
||||||
nnoremap <S-Tab> :bprevious<CR>
|
nnoremap [b :bprevious<CR>
|
||||||
|
|
||||||
" Navigate Quickfixs
|
" Navigate Quickfixs
|
||||||
nnoremap [q cprev
|
nnoremap [q cprev
|
||||||
|
|||||||
2
common/.vscode/extensions/extensions.json
vendored
2
common/.vscode/extensions/extensions.json
vendored
File diff suppressed because one or more lines are too long
@@ -1,3 +1,6 @@
|
|||||||
|
[Plugins]
|
||||||
|
org.kde.ActivityManager.ResourceScoringEnabled=false
|
||||||
|
|
||||||
[activities]
|
[activities]
|
||||||
2cc71a42-d4b8-443e-b255-c66aa4847239=Focus
|
2cc71a42-d4b8-443e-b255-c66aa4847239=Focus
|
||||||
4d59da64-44dc-4d4c-b1c8-bfb0fbd87410=Email
|
4d59da64-44dc-4d4c-b1c8-bfb0fbd87410=Email
|
||||||
|
|||||||
@@ -1,12 +1,8 @@
|
|||||||
[ActivityManager]
|
[ActivityManager]
|
||||||
_k_friendly_name=Activity Manager
|
_k_friendly_name=Activity Manager
|
||||||
switch-to-activity-252e9f66-21d0-4196-8af8-9f144dae5052=none,none,Switch to activity "3 - Email"
|
|
||||||
switch-to-activity-2cc71a42-d4b8-443e-b255-c66aa4847239=Meta+F2,none,Switch to activity "Focus"
|
switch-to-activity-2cc71a42-d4b8-443e-b255-c66aa4847239=Meta+F2,none,Switch to activity "Focus"
|
||||||
switch-to-activity-3e6711d4-de87-4891-8cdd-f3d127554aa8=none,none,Switch to activity "Default"
|
|
||||||
switch-to-activity-4d59da64-44dc-4d4c-b1c8-bfb0fbd87410=Meta+F3,none,Switch to activity "Email"
|
switch-to-activity-4d59da64-44dc-4d4c-b1c8-bfb0fbd87410=Meta+F3,none,Switch to activity "Email"
|
||||||
switch-to-activity-79bc8b93-e5e1-4149-8ed2-4222a14f199f=Meta+F1,none,Switch to activity "Default"
|
switch-to-activity-79bc8b93-e5e1-4149-8ed2-4222a14f199f=Meta+F1,none,Switch to activity "Default"
|
||||||
switch-to-activity-a397c46b-22b0-442b-88bc-9f21a3b18fae=none,none,Switch to activity "2 - Code"
|
|
||||||
switch-to-activity-fe100d1b-ab30-493d-9635-bce7284a67b9=none,none,Switch to activity "1 - Default"
|
|
||||||
|
|
||||||
[KDE Keyboard Layout Switcher]
|
[KDE Keyboard Layout Switcher]
|
||||||
Switch keyboard layout to English (India, with rupee)=none,none,Switch keyboard layout to English (India\\, with rupee)
|
Switch keyboard layout to English (India, with rupee)=none,none,Switch keyboard layout to English (India\\, with rupee)
|
||||||
@@ -19,9 +15,9 @@ Toggle Screen Reader On and Off=Meta+Alt+S,Meta+Alt+S,Toggle Screen Reader On an
|
|||||||
_k_friendly_name=Accessibility
|
_k_friendly_name=Accessibility
|
||||||
|
|
||||||
[kcm_touchpad]
|
[kcm_touchpad]
|
||||||
Disable Touchpad=Touchpad Off,Touchpad Off,Disable Touchpad
|
Disable Touchpad=Touchpad Off,Touchpad Off,
|
||||||
Enable Touchpad=Touchpad On,Touchpad On,Enable Touchpad
|
Enable Touchpad=Touchpad On,Touchpad On,
|
||||||
Toggle Touchpad=Touchpad Toggle\tMeta+Ctrl+Zenkaku Hankaku,Touchpad Toggle\tMeta+Ctrl+Zenkaku Hankaku,Toggle Touchpad
|
Toggle Touchpad=Touchpad Toggle\tMeta+Ctrl+Zenkaku Hankaku,Touchpad Toggle\tMeta+Ctrl+Zenkaku Hankaku,
|
||||||
_k_friendly_name=Touchpad
|
_k_friendly_name=Touchpad
|
||||||
|
|
||||||
[kmix]
|
[kmix]
|
||||||
@@ -67,8 +63,8 @@ KWin Script: Sticky Window Snapping: enable/disable=none,none,KWin Script: Stick
|
|||||||
KWin Script: Sticky Window Snapping: enable/disable temporarily=none,none,KWin Script: Sticky Window Snapping: enable/disable temporarily
|
KWin Script: Sticky Window Snapping: enable/disable temporarily=none,none,KWin Script: Sticky Window Snapping: enable/disable temporarily
|
||||||
Kill Window=Meta+Ctrl+Esc,Meta+Ctrl+Esc,Kill Window
|
Kill Window=Meta+Ctrl+Esc,Meta+Ctrl+Esc,Kill Window
|
||||||
Move Tablet to Next Output=none,none,Move the tablet to the next output
|
Move Tablet to Next Output=none,none,Move the tablet to the next output
|
||||||
MoveMouseToCenter=Meta+F6,Meta+F6,Move Mouse to Center
|
MoveMouseToCenter=none,Meta+F6,Move Mouse to Center
|
||||||
MoveMouseToFocus=Meta+F5,Meta+F5,Move Mouse to Focus
|
MoveMouseToFocus=none,Meta+F5,Move Mouse to Focus
|
||||||
MoveWindowDown=Meta+Ctrl+Down,none,UltrawideWindows: Move the window down
|
MoveWindowDown=Meta+Ctrl+Down,none,UltrawideWindows: Move the window down
|
||||||
MoveWindowLeft=none,none,UltrawideWindows: Move the window to the left
|
MoveWindowLeft=none,none,UltrawideWindows: Move the window to the left
|
||||||
MoveWindowRight=none,none,UltrawideWindows: Move the window to the right
|
MoveWindowRight=none,none,UltrawideWindows: Move the window to the right
|
||||||
@@ -391,10 +387,10 @@ previous activity=Meta+Ctrl+Left,none,Walk through activities (Reverse)
|
|||||||
repeat_action=none,Meta+Ctrl+R,Manually Invoke Action on Current Clipboard
|
repeat_action=none,Meta+Ctrl+R,Manually Invoke Action on Current Clipboard
|
||||||
show dashboard=Ctrl+F12,Ctrl+F12,Show Desktop
|
show dashboard=Ctrl+F12,Ctrl+F12,Show Desktop
|
||||||
show-barcode=none,,Show Barcode…
|
show-barcode=none,,Show Barcode…
|
||||||
show-on-mouse-pos=Meta+V\tCtrl+~,Meta+V,Show Clipboard Items at Mouse Position
|
show-on-mouse-pos=Meta+V,Meta+V,Show Clipboard Items at Mouse Position
|
||||||
stop current activity=Meta+S,Meta+S,Stop Current Activity
|
stop current activity=Meta+S,Meta+S,Stop Current Activity
|
||||||
switch to next activity=none,,Switch to Next Activity
|
switch to next activity=,,Switch to Next Activity
|
||||||
switch to previous activity=none,,Switch to Previous Activity
|
switch to previous activity=,,Switch to Previous Activity
|
||||||
toggle do not disturb=none,,Toggle do not disturb
|
toggle do not disturb=none,,Toggle do not disturb
|
||||||
|
|
||||||
[plasmawindowed]
|
[plasmawindowed]
|
||||||
@@ -404,7 +400,7 @@ clipboard_action=none,Meta+Ctrl+X,Automatic Action Popup Menu
|
|||||||
cycleNextAction=none,none,Next History Item
|
cycleNextAction=none,none,Next History Item
|
||||||
cyclePrevAction=none,none,Previous History Item
|
cyclePrevAction=none,none,Previous History Item
|
||||||
edit_clipboard=none,none,Edit Contents…
|
edit_clipboard=none,none,Edit Contents…
|
||||||
repeat_action=Meta+Ctrl+R,Meta+Ctrl+R,Manually Invoke Action on Current Clipboard
|
repeat_action=none,Meta+Ctrl+R,Manually Invoke Action on Current Clipboard
|
||||||
show-barcode=none,none,Show Barcode…
|
show-barcode=none,none,Show Barcode…
|
||||||
show-on-mouse-pos=none,Meta+V,Open Klipper at Mouse Position
|
show-on-mouse-pos=none,Meta+V,Open Klipper at Mouse Position
|
||||||
|
|
||||||
@@ -423,6 +419,9 @@ _launch=Alt+Space\tSearch
|
|||||||
[services][org.kde.kscreen.desktop]
|
[services][org.kde.kscreen.desktop]
|
||||||
ShowOSD=Display
|
ShowOSD=Display
|
||||||
|
|
||||||
|
[services][org.kde.plasma.emojier.desktop]
|
||||||
|
_launch=Meta+.
|
||||||
|
|
||||||
[services][org.kde.spectacle.desktop]
|
[services][org.kde.spectacle.desktop]
|
||||||
ActiveWindowScreenShot=Print\tMeta+Print
|
ActiveWindowScreenShot=Print\tMeta+Print
|
||||||
FullScreenScreenShot=none
|
FullScreenScreenShot=none
|
||||||
|
|||||||
@@ -15,9 +15,6 @@ install_brew() {
|
|||||||
yes | NONINTERACTIVE=1 bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" || echo "Brew install failed"
|
yes | NONINTERACTIVE=1 bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" || echo "Brew install failed"
|
||||||
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
|
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Required for installing fonts
|
|
||||||
brew tap homebrew/linux-fonts
|
|
||||||
}
|
}
|
||||||
|
|
||||||
# Install packages listed on "brew-package-list" file
|
# Install packages listed on "brew-package-list" file
|
||||||
|
|||||||
Reference in New Issue
Block a user