This commit is contained in:
2025-08-03 14:00:47 -04:00
parent a9776327e1
commit ecccde6393
3 changed files with 17 additions and 21 deletions

3
.gitmodules vendored Normal file
View File

@@ -0,0 +1,3 @@
[submodule "nackernvim"]
path = nackernvim
url = git@github.com:1xtier/NackerNVIM.git

View File

@@ -2,25 +2,16 @@
# export PATH=$HOME/bin:$HOME/.local/bin:/usr/local/bin:$PATH # export PATH=$HOME/bin:$HOME/.local/bin:/usr/local/bin:$PATH
# Path to your Oh My Zsh installation. # Path to your Oh My Zsh installation.
# Export Variables
export ZSH="$HOME/.oh-my-zsh" export ZSH="$HOME/.oh-my-zsh"
export PATH=$PATH:/usr/local/go/bin export PATH=$PATH:/usr/local/go/bin:$HOME/.dotfiles/sh:$HOME/.local/bin
# Set name of the theme to load --- if set to "random", it will export EDITOR=nvim
# load a random theme each time Oh My Zsh is loaded, in which case, # Theme
# to know which specific one was loaded, run: echo $RANDOM_THEME
# See https://github.com/ohmyzsh/ohmyzsh/wiki/Themes
ZSH_THEME="crunch" ZSH_THEME="crunch"
# Connect Plugin
# Set list of themes to pick from when loading at random
# Setting this variable when ZSH_THEME=random will cause zsh to load
# Custom plugins may be added to $ZSH_CUSTOM/plugins/
# Example format: plugins=(rails git textmate ruby lighthouse)
# Add wisely, as too many plugins slow down shell startup.
plugins=(git taskwarrior) plugins=(git taskwarrior)
source $ZSH/oh-my-zsh.sh source $ZSH/oh-my-zsh.sh
# User configuration
# export MANPATH="/usr/local/man:$MANPATH" # export MANPATH="/usr/local/man:$MANPATH"
# You may need to manually set your language environment # You may need to manually set your language environment
@@ -30,13 +21,14 @@ if [[ -n $SSH_CONNECTION ]]; then
else else
ZSH_THEME="agnoster" ZSH_THEME="agnoster"
fi fi
# Preferred editor for local and remote sessions
# if [[ -n $SSH_CONNECTION ]]; then if [[ -n $SSH_CONNECTION ]]; then
# export EDITOR='vim' export EDITOR='vim'
# else else
# export EDITOR='nvim' export EDITOR='nvim'
# fiш fi
# Overriding the cat package with bat and configuring it
# User configuration
if [[ -e $(which batcat) ]]; then if [[ -e $(which batcat) ]]; then
export bat="batcat" export bat="batcat"
alias bat="batcat" alias bat="batcat"

1
nackernvim Submodule

Submodule nackernvim added at cdde0115f7