mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
Add BSPWM config, clean dont't use configs
This commit is contained in:
parent
ed62788b9e
commit
246dc34d13
28 changed files with 303 additions and 727 deletions
15
zshrc
15
zshrc
|
|
@ -16,20 +16,16 @@ DISABLE_AUTO_TITLE="true" # Disable auto-setting terminal title.
|
|||
export UPDATE_ZSH_DAYS=7 # Change how often to auto-update.
|
||||
export LANG=en_US.UTF-8 # Set locale
|
||||
|
||||
plugins=(pip python golang pass sudo heroku vi-mode git encode64)
|
||||
plugins=(pip python golang pass sudo git encode64)
|
||||
source $ZSH/oh-my-zsh.sh
|
||||
|
||||
|
||||
### Vim mode ###
|
||||
VI_MODE_RESET_PROMPT_ON_MODE_CHANGE=true
|
||||
VI_MODE_SET_CURSOR=true
|
||||
MODE_INDICATOR="%F{cyan}+%f"
|
||||
|
||||
### Variables ###
|
||||
export EDITOR="nvim"
|
||||
export VISUAL="nvim"
|
||||
export GOPATH="$HOME/go"
|
||||
|
||||
|
||||
### Function ###
|
||||
function bgcolor {
|
||||
convert -size 1x1 xc:$1 /tmp/bgc.png
|
||||
|
|
@ -42,6 +38,7 @@ function codi() {
|
|||
Codi $syntax" "$@"
|
||||
}
|
||||
|
||||
|
||||
### Aliases ###
|
||||
alias cls="clear"
|
||||
alias mkdir="mkdir -p"
|
||||
|
|
@ -73,9 +70,3 @@ alias .3="cd ../../.."
|
|||
alias .4="cd ../../../.."
|
||||
alias .5="cd ../../../../.."
|
||||
alias .6="cd ../../../../../.."
|
||||
|
||||
# Doom emacs
|
||||
alias doomsync="$HOME/.emacs.d/bin/doom sync"
|
||||
alias doomupgrade="$HOME/.emacs.d/bin/doom upgrade"
|
||||
alias doomdoctor="$HOME/.emacs.d/bin/doom doctor"
|
||||
alias doom="$HOME/.emacs.d/bin/doom"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue