mirror of
https://github.com/1xtier/.dotfiles.git
synced 2026-03-17 10:57:57 +00:00
Edit
This commit is contained in:
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
[submodule "nackernvim"]
|
||||||
|
path = nackernvim
|
||||||
|
url = git@github.com:1xtier/NackerNVIM.git
|
||||||
34
linux/.zshrc
34
linux/.zshrc
@@ -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
1
nackernvim
Submodule
Submodule nackernvim added at cdde0115f7
Reference in New Issue
Block a user