Compare commits
8 Commits
master
...
linux_work
| Author | SHA1 | Date | |
|---|---|---|---|
| 2bc9a2c5e0 | |||
| 1629936919 | |||
| 174e58abd7 | |||
| 87293c7368 | |||
| 93727ca596 | |||
| 578ee5c3b1 | |||
| 8d5c2a52ea | |||
| b1f7edb249 |
9
.bashrc
9
.bashrc
@@ -20,17 +20,17 @@ OSH_THEME="font"
|
|||||||
# OMB_THEME_RANDOM_CANDIDATES=("font" "powerline-light" "minimal")
|
# OMB_THEME_RANDOM_CANDIDATES=("font" "powerline-light" "minimal")
|
||||||
|
|
||||||
# Uncomment the following line to use case-sensitive completion.
|
# 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
|
# Uncomment the following line to use hyphen-insensitive completion. Case
|
||||||
# sensitive completion must be off. _ and - will be interchangeable.
|
# 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.
|
# Uncomment the following line to disable bi-weekly auto-update checks.
|
||||||
# DISABLE_AUTO_UPDATE="true"
|
# DISABLE_AUTO_UPDATE="true"
|
||||||
|
|
||||||
# Uncomment the following line to change how often to auto-update (in days).
|
# 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.
|
# Uncomment the following line to disable colors in ls.
|
||||||
# DISABLE_LS_COLORS="true"
|
# DISABLE_LS_COLORS="true"
|
||||||
@@ -42,7 +42,7 @@ OSH_THEME="font"
|
|||||||
# ENABLE_CORRECTION="true"
|
# ENABLE_CORRECTION="true"
|
||||||
|
|
||||||
# Uncomment the following line to display red dots whilst waiting for completion.
|
# 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
|
# Uncomment the following line if you want to disable marking untracked files
|
||||||
# under VCS as dirty. This makes repository status check for large repositories
|
# under VCS as dirty. This makes repository status check for large repositories
|
||||||
@@ -175,3 +175,4 @@ fi
|
|||||||
source ~/dotfiles/shell/common
|
source ~/dotfiles/shell/common
|
||||||
source ~/dotfiles/shell/personal #added by 6500gitsetup
|
source ~/dotfiles/shell/personal #added by 6500gitsetup
|
||||||
source ~/dotfiles/shell/aliases
|
source ~/dotfiles/shell/aliases
|
||||||
|
source ~/dotfiles/shell/work
|
||||||
|
|||||||
@@ -49,7 +49,6 @@ require("lazy").setup({
|
|||||||
require("kickstart.plugins.auto-session"),
|
require("kickstart.plugins.auto-session"),
|
||||||
require("kickstart.plugins.conform"),
|
require("kickstart.plugins.conform"),
|
||||||
require("kickstart.plugins.cmp"),
|
require("kickstart.plugins.cmp"),
|
||||||
require("kickstart.plugins.copilot_chat"),
|
|
||||||
require("kickstart.plugins.comment"),
|
require("kickstart.plugins.comment"),
|
||||||
require("kickstart.plugins.telescope"),
|
require("kickstart.plugins.telescope"),
|
||||||
require("kickstart.plugins.indent_line"),
|
require("kickstart.plugins.indent_line"),
|
||||||
@@ -75,6 +74,7 @@ require("lazy").setup({
|
|||||||
{
|
{
|
||||||
"junegunn/seoul256.vim"
|
"junegunn/seoul256.vim"
|
||||||
},
|
},
|
||||||
|
require("kickstart.plugins.work"),
|
||||||
|
|
||||||
-- NOTE: Plugins can also be added by using a table,
|
-- NOTE: Plugins can also be added by using a table,
|
||||||
-- with the first argument being the link and the following
|
-- with the first argument being the link and the following
|
||||||
|
|||||||
3
.config/nvim/lua/kickstart/plugins/work.lua
Normal file
3
.config/nvim/lua/kickstart/plugins/work.lua
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
return {
|
||||||
|
require("kickstart.plugins.copilot_chat"),
|
||||||
|
}
|
||||||
2
.zshrc
2
.zshrc
@@ -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
|
# 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).
|
# 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.
|
# Uncomment the following line if pasting URLs and other text is messed up.
|
||||||
# DISABLE_MAGIC_FUNCTIONS="true"
|
# DISABLE_MAGIC_FUNCTIONS="true"
|
||||||
|
|||||||
1
shell/work
Executable file → Normal file
1
shell/work
Executable file → Normal file
@@ -50,3 +50,4 @@ bash -c 'source /opt/tools/swtools/git-completion/git-completion.bash && env' |
|
|||||||
done
|
done
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user