git root
This commit is contained in:
@@ -11,7 +11,7 @@
|
|||||||
"friendly-snippets": { "branch": "main", "commit": "dcd4a586439a1c81357d5b9d26319ae218cc9479" },
|
"friendly-snippets": { "branch": "main", "commit": "dcd4a586439a1c81357d5b9d26319ae218cc9479" },
|
||||||
"gitsigns.nvim": { "branch": "main", "commit": "078041e9d060a386b0c9d3a8c7a7b019a35d3fb0" },
|
"gitsigns.nvim": { "branch": "main", "commit": "078041e9d060a386b0c9d3a8c7a7b019a35d3fb0" },
|
||||||
"indent-blankline.nvim": { "branch": "master", "commit": "3d08501caef2329aba5121b753e903904088f7e6" },
|
"indent-blankline.nvim": { "branch": "master", "commit": "3d08501caef2329aba5121b753e903904088f7e6" },
|
||||||
"lazy.nvim": { "branch": "main", "commit": "af6afefbb46ab29a8a1db69536b04290a9403876" },
|
"lazy.nvim": { "branch": "main", "commit": "bef521ac89c8d423f9d092e37b58e8af0c099309" },
|
||||||
"mason-lspconfig.nvim": { "branch": "main", "commit": "9dfcf2036c223920826140f0151d929a43f9eceb" },
|
"mason-lspconfig.nvim": { "branch": "main", "commit": "9dfcf2036c223920826140f0151d929a43f9eceb" },
|
||||||
"mason-tool-installer.nvim": { "branch": "main", "commit": "1212fb6082b7177dde17ea65e429e027835aeb40" },
|
"mason-tool-installer.nvim": { "branch": "main", "commit": "1212fb6082b7177dde17ea65e429e027835aeb40" },
|
||||||
"mason.nvim": { "branch": "main", "commit": "751b1fcbf3d3b783fcf8d48865264a9bcd8f9b10" },
|
"mason.nvim": { "branch": "main", "commit": "751b1fcbf3d3b783fcf8d48865264a9bcd8f9b10" },
|
||||||
|
|||||||
Submodule .config/tmux/plugins/tmux updated: 2ff900dc7a...5ed4e8a6a2
22
.gitignore
vendored
22
.gitignore
vendored
@@ -1,2 +1,22 @@
|
|||||||
*.DS_Store
|
*.DS_Store
|
||||||
*/tmux/plugins/*
|
*/.config/tmux/plugins/tmux*
|
||||||
|
*.trash
|
||||||
|
*.bun/*
|
||||||
|
*.cache*
|
||||||
|
*.local*
|
||||||
|
*.npm*
|
||||||
|
*.oh-my-zsh*
|
||||||
|
*.vscode*
|
||||||
|
*.zcompdump-Kulvir*
|
||||||
|
*.zcompdump-Kulvir*
|
||||||
|
*.zsh_*
|
||||||
|
*Application/*
|
||||||
|
*Desktop/*
|
||||||
|
*Downloads/*
|
||||||
|
*Documents*
|
||||||
|
*Library/*
|
||||||
|
*Movies/*
|
||||||
|
*Music/*
|
||||||
|
*Pictures/*
|
||||||
|
*Public/*
|
||||||
|
*Go/*
|
||||||
|
|||||||
6
.zshrc
6
.zshrc
@@ -72,8 +72,8 @@ ZSH_THEME="robbyrussell"
|
|||||||
# Add wisely, as too many plugins slow down shell startup.
|
# Add wisely, as too many plugins slow down shell startup.
|
||||||
plugins=(
|
plugins=(
|
||||||
git
|
git
|
||||||
zsh-syntax-highlighting
|
|
||||||
zsh-autosuggestions
|
zsh-autosuggestions
|
||||||
|
zsh-syntax-highlighting
|
||||||
)
|
)
|
||||||
|
|
||||||
source $ZSH/oh-my-zsh.sh
|
source $ZSH/oh-my-zsh.sh
|
||||||
@@ -112,7 +112,7 @@ alias gs='git status'
|
|||||||
|
|
||||||
alias python='python3'
|
alias python='python3'
|
||||||
|
|
||||||
alias ls='colorls'
|
# alias ls='colorls'
|
||||||
alias nv='nvim'
|
alias nv='nvim'
|
||||||
|
|
||||||
# Go hot reload package
|
# Go hot reload package
|
||||||
@@ -122,7 +122,7 @@ alias air="~/go/bin/air"
|
|||||||
eval "$(/opt/homebrew/bin/brew shellenv)"
|
eval "$(/opt/homebrew/bin/brew shellenv)"
|
||||||
|
|
||||||
# cool to use tools (if ever wanted to)
|
# cool to use tools (if ever wanted to)
|
||||||
# alias neofetch="macchina"
|
alias neofetch="macchina"
|
||||||
# neofetch
|
# neofetch
|
||||||
|
|
||||||
# bun
|
# bun
|
||||||
|
|||||||
Reference in New Issue
Block a user