10 Commits

Author SHA1 Message Date
5571ea8484 Zshrc changes 2026-03-15 13:11:06 +05:30
d7cd93a18c Add ohmybash changes in bashrc 2026-03-15 13:11:06 +05:30
b1a8a7631b fix stow 2026-03-15 13:03:33 +05:30
3a82b9b170 Remove work config file 2026-03-15 12:50:16 +05:30
3000fe9834 Ignore fonts in mac stow 2026-03-15 12:50:16 +05:30
de06d3ecb9 Remove copilot chat 2026-03-15 12:44:26 +05:30
a9d4518dfb Add work config file 2026-03-15 11:04:41 +05:30
ef0d4c346c Add more 2026-03-15 10:53:30 +05:30
0cb38447fc Modify README 2026-03-15 10:43:56 +05:30
d2c5b35cc7 remove work config 2026-03-15 10:41:10 +05:30
4 changed files with 5 additions and 8 deletions

View File

@@ -20,17 +20,17 @@ OSH_THEME="font"
# OMB_THEME_RANDOM_CANDIDATES=("font" "powerline-light" "minimal")
# Uncomment the following line to use case-sensitive completion.
# OMB_CASE_SENSITIVE="true"
OMB_CASE_SENSITIVE="true"
# Uncomment the following line to use hyphen-insensitive completion. Case
# sensitive completion must be off. _ and - will be interchangeable.
# OMB_HYPHEN_SENSITIVE="false"
OMB_HYPHEN_SENSITIVE="false"
# Uncomment the following line to disable bi-weekly auto-update checks.
# DISABLE_AUTO_UPDATE="true"
# Uncomment the following line to change how often to auto-update (in days).
# export UPDATE_OSH_DAYS=13
export UPDATE_OSH_DAYS=13
# Uncomment the following line to disable colors in ls.
# DISABLE_LS_COLORS="true"
@@ -42,7 +42,7 @@ OSH_THEME="font"
# ENABLE_CORRECTION="true"
# Uncomment the following line to display red dots whilst waiting for completion.
# COMPLETION_WAITING_DOTS="true"
COMPLETION_WAITING_DOTS="true"
# Uncomment the following line if you want to disable marking untracked files
# under VCS as dirty. This makes repository status check for large repositories

View File

@@ -49,7 +49,6 @@ require("lazy").setup({
require("kickstart.plugins.auto-session"),
require("kickstart.plugins.conform"),
require("kickstart.plugins.cmp"),
require("kickstart.plugins.copilot_chat"),
require("kickstart.plugins.comment"),
require("kickstart.plugins.telescope"),
require("kickstart.plugins.indent_line"),

View File

@@ -28,4 +28,3 @@ _darcs
scripts # scripts directory to be ignored
shell # various shell configurations need not be stowed.
.DS_store
.fonts

3
.zshrc
View File

@@ -29,7 +29,7 @@ zstyle ':omz:update' mode disabled # disable automatic updates
# zstyle ':omz:update' mode reminder # just remind me to update when it's time
# Uncomment the following line to change how often to auto-update (in days).
# zstyle ':omz:update' frequency 13
zstyle ':omz:update' frequency 13
# Uncomment the following line if pasting URLs and other text is messed up.
# DISABLE_MAGIC_FUNCTIONS="true"
@@ -114,7 +114,6 @@ export PATH="/opt/homebrew/bin:/opt/homebrew/sbin:$PATH"
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)"