3 Commits

Author SHA1 Message Date
bec501a2ac Work nvim config 2026-03-15 14:19:02 +05:30
a06ebadf56 add work config in bash 2026-03-15 14:15:45 +05:30
edc48bc81c add work config 2026-03-15 14:14:51 +05:30
14 changed files with 13 additions and 69 deletions

2
.gitignore vendored
View File

@@ -1,2 +1,2 @@
*nvim/.config/nvim/lazy-lock.json*
*nvim/lazy-lock.json*
.DS_Store

View File

@@ -172,7 +172,7 @@ fi
# interactive shell.
# Example command:
source ~/.config/shell/common
source ~/.config/shell/personal #added by 6500gitsetup
source ~/.config/shell/aliases
source ~/.config/shell/work
source ~/dotfiles/shell/common
source ~/dotfiles/shell/personal #added by 6500gitsetup
source ~/dotfiles/shell/aliases
source ~/dotfiles/shell/work

View File

@@ -10,9 +10,9 @@ msgwin_orientation=0
highlighting_invert_all=false
pref_main_search_use_current_word=true
check_detect_indent=false
detect_indent_width=true
detect_indent_width=false
use_tab_to_indent=true
pref_editor_tab_width=4
pref_editor_tab_width=8
indent_mode=2
indent_type=0
virtualspace=1
@@ -63,7 +63,7 @@ beep_on_errors=true
auto_focus=false
sidebar_symbol_visible=false
sidebar_openfiles_visible=false
editor_font=Iosevka Nerd Font 14
editor_font=Cascadia Code PL 10
tagbar_font=Sans 9
msgwin_font=Comic Mono 10
show_notebook_tabs=true
@@ -132,16 +132,6 @@ treeview_position=271
msgwindow_position=1079
geometry=1883;108;1182;876;0;
custom_date_format=
tab_label_length=1000
use_native_dialogs=true
show_line_endings_only_when_differ=false
symbols_group_by_type=true
openfiles_path_mode=2
backspace_unindent=true
change_history_markers=false
change_history_indicators=false
skip_confirmation_for_replace_in_session=false
warn_on_project_close=true
[build-menu]
number_ft_menu_items=0
@@ -213,7 +203,6 @@ last_dir=/home/sarthakj
terminal_cmd=x-terminal-emulator -e "/bin/sh %c"
browser_cmd=sensible-browser
grep_cmd=grep
shell_cmd=/bin/bash
[printing]
print_cmd=lpr '%f'
@@ -223,7 +212,6 @@ print_page_numbers=true
print_page_header=true
page_header_basename=false
page_header_datefmt=%c
print_cmd_common_format=lpr '%d/%f'
[project]
session_file=

View File

@@ -1,7 +0,0 @@
[Settings]
# 0: automatic selection based on system settings (requires Geany restart when changed, macOS 10.14+); 1: light; 2: dark; make sure there's no ~/.config/gtk-3.0/settings.ini file, otherwise it overrides the settings made here
theme=0
# no value: autodetect; locale string: locale to be used (e.g. en_US.UTF-8)
locale=
# no value: don't use any IM module; module name: use the specified module, e.g. 'quartz' for native macOS behavior, for complete list of modules, see Geany.app/Contents/Resources/lib/gtk-3.0/3.0.0/immodules, use without the 'im-' prefix
im_module=quartz

View File

@@ -1,5 +0,0 @@
[Settings]
gtk-menu-images=1
gtk-theme-name=Prof-Gnome
gtk-application-prefer-dark-theme=0
gtk-icon-theme-name=Papirus

View File

@@ -1,32 +0,0 @@
[files]
recent_files=/home/sarthakj/git-repos/v4l2loopback/utils/Makefile;/home/sarthakj/ti-processor-sdk-linux-rt-j7-evm-08_02_00_01/Makefile;/home/sarthakj/ti-processor-sdk-linux-rt-j7-evm-08_02_00_01/v4l2loopback/Makefile;/home/sarthakj/ti-processor-sdk-linux-rt-j7-evm-08_02_00_01/board-support/linux-rt-5.10.100+gitAUTOINC+204ec708dc-g204ec708dc/samples/rpmsg/Makefile;/home/sarthakj/ti-processor-sdk-linux-rt-j7-evm-08_02_00_01/v4l2loopback/Makefile.manual;/home/sarthakj/Workspace/TDA4_J7/ref/CodeRepo/Milstone_50_percent_code/src/main_baremetal.c;/home/sarthakj/Downloads/0001-ENGR00257661-pcie-imx-pcie-ep-rc-validation.patch;/home/sarthakj/Downloads/IT6664_hdmi2_tx(1).patch;/home/sarthakj/Downloads/Makefile.patch;/home/sarthakj/edid;
recent_projects=
current_page=0
[project]
session_file=
project_file_path=/home/jsarthak/projects
[geany]
treeview_position=271
msgwindow_position=1079
geometry=528;80;1182;876;0;
sidebar_page=1
[VTE]
last_dir=/home/sarthakj
[search]
find_all_expanded=false
replace_all_expanded=false
position_find_x=2122
position_find_y=446
position_replace_x=-1
position_replace_y=-1
position_fif_x=-1
position_fif_y=-1
[plugins]
load_plugins=true
custom_plugin_path=
active_plugins=;

View File

@@ -2,4 +2,5 @@ return {
"nvim-lua/plenary.nvim",
"tpope/vim-fugitive",
"nvim-tree/nvim-web-devicons",
"github/copilot.vim",
}

1
shell/.stow-local-ignore Normal file
View File

@@ -0,0 +1 @@
.*

View File

@@ -111,11 +111,9 @@ source <(fzf --zsh)
export PATH="/Users/jsarthak/.antigravity/antigravity/bin:$PATH"
export PATH="/Users/jsarthak/flutter-sdk/flutter/bin:$PATH"
export PATH="/opt/homebrew/bin:/opt/homebrew/sbin:$PATH"
source ~/.config/shell/common
source ~/.config/shell/personal
source ~/.config/shell/aliases
source ~/.config/shell/work
source $HOME/dotfiles/shell/common
source $HOME/dotfiles/shell/personal
source $HOME/dotfiles/shell/aliases
MANPAGER="col -b | cat"
MANROFFOPT="-P-c"
eval "$(zoxide init zsh)"