Change zsh configs
deleted the symlinks and changed some paths
This commit is contained in:
@@ -1 +0,0 @@
|
||||
alias ll='exa -al'
|
||||
17
config/zsh/aliases
Normal file
17
config/zsh/aliases
Normal file
@@ -0,0 +1,17 @@
|
||||
alias ll='exa -al'
|
||||
alias arduino-cli='arduino-cli --config-file $XDG_CONFIG_HOME/arduino15/arduino-cli.yaml'
|
||||
alias gdb='gdb -nh -x "$XDG_CONFIG_HOME"/gdb/init'
|
||||
alias nv=nvim
|
||||
alias v=nvim
|
||||
alias m=neomutt
|
||||
alias n=notmuch
|
||||
alias dotfiles='/usr/bin/git --git-dir=$XDG_DATA_HOME/dotfiles/ --work-tree=$HOME'
|
||||
alias yarn="yarn --use-yarnrc $XDG_CONFIG_HOME/yarn/yarnrc"
|
||||
|
||||
man() {
|
||||
page=$(/usr/bin/man "$@" | \
|
||||
col -b)
|
||||
if ! [ -z "$page" ];then
|
||||
echo $page | nvim -R -c 'set ft=man nomod nolist' -
|
||||
fi
|
||||
}
|
||||
@@ -1,21 +1,56 @@
|
||||
# GTK
|
||||
export GTK_RC_FILES="$XDG_CONFIG_HOME"/gtk-1.0/gtkrc
|
||||
export GTK2_RC_FILES="$XDG_CONFIG_HOME"/gtk-2.0/gtkrc
|
||||
|
||||
# Notmuch
|
||||
export NOTMUCH_CONFIG="$XDG_CONFIG_HOME"/notmuch/notmuchrc
|
||||
export NMBGIT="$XDG_DATA_HOME"/notmuch/nmbug
|
||||
|
||||
# Less
|
||||
export LESSKEY="$XDG_CONFIG_HOME"/less/lesskey
|
||||
export LESSHISTFILE="$XDG_CACHE_HOME"/less/history
|
||||
|
||||
# Rust
|
||||
export RUSTUP_HOME="$XDG_DATA_HOME"/rustup
|
||||
export CARGO_HOME="$XDG_DATA_HOME"/cargo
|
||||
|
||||
# Android
|
||||
export ANDROID_SDK_HOME="$XDG_CONFIG_HOME"/android
|
||||
export ADB_VENDOR_KEY="$XDG_CONFIG_HOME"/android
|
||||
export ANDROID_PREFS_ROOT="$XDG_CONFIG_HOME"/android
|
||||
export ADB_KEYS_PATH="$ANDROID_PREFS_ROOT"
|
||||
export ANDROID_EMULATOR_HOME="$XDG_DATA_HOME"/android/emulator
|
||||
|
||||
# Node
|
||||
export NPM_CONFIG_USERCONFIG=$XDG_CONFIG_HOME/npm/npmrc
|
||||
export npm_config_prefix=$XDG_DATA_HOME/node_modules
|
||||
|
||||
# Wine
|
||||
export WINEPREFIX="$XDG_DATA_HOME"/wineprefixes/default
|
||||
export CARGO_HOME="$XDG_DATA_HOME"/cargo
|
||||
|
||||
# Java
|
||||
export _JAVA_OPTIONS=-Djava.util.prefs.userRoot="$XDG_CONFIG_HOME"/java
|
||||
export GRADLE_USER_HOME="$XDG_DATA_HOME"/gradle
|
||||
|
||||
# Python
|
||||
export PYLINTHOME="$XDG_CACHE_HOME"/pylint
|
||||
export NPM_CONFIG_USERCONFIG=$XDG_CONFIG_HOME/npm/npmrc
|
||||
# export XAUTHORITY="$XDG_RUNTIME_DIR"/Xauthority
|
||||
export npm_config_prefix=$XDG_DATA_HOME/node_modules
|
||||
export PYTHONSTARTUP="$XDG_CONFIG_HOME"/python/startup.py
|
||||
|
||||
# export XAUTHORITY="$XDG_RUNTIME_DIR"/xauthority
|
||||
export gnome_user_dir="$XDG_CONFIG_HOME"/gnome/apps
|
||||
export ANDROID_PREFS_ROOT="$XDG_CONFIG_HOME"/android
|
||||
export ANDROID_EMULATOR_HOME="$XDG_DATA_HOME"/android/emulator
|
||||
|
||||
# LaTeX
|
||||
export TEXMFHOME=$XDG_DATA_HOME/texmf
|
||||
export TEXMFVAR=$XDG_CACHE_HOME/texlive/texmf-var
|
||||
export TEXMFCONFIG=$XDG_CONFIG_HOME/texlive/texmf-config
|
||||
|
||||
# Ruby gems
|
||||
export GEM_HOME="$XDG_DATA_HOME"/gem
|
||||
export GEM_SPEC_CACHE="$XDG_CACHE_HOME"/gem
|
||||
export BUNDLE_USER_CONFIG="$XDG_CONFIG_HOME"/bundle BUNDLE_USER_CACHE="$XDG_CACHE_HOME"/bundle BUNDLE_USER_PLUGIN="$XDG_DATA_HOME"/bundle
|
||||
|
||||
# Pass
|
||||
export PASSWORD_STORE_DIR="$XDG_DATA_HOME"/pass
|
||||
|
||||
# GPG
|
||||
export GPG_TTY=$(tty)
|
||||
@@ -1 +0,0 @@
|
||||
/usr/share/oh-my-zsh/plugins/adb
|
||||
@@ -1 +0,0 @@
|
||||
/usr/share/oh-my-zsh/plugins/alias-finder
|
||||
@@ -1 +0,0 @@
|
||||
/usr/share/oh-my-zsh/plugins/ansible
|
||||
@@ -1 +0,0 @@
|
||||
/usr/share/oh-my-zsh/plugins/ant
|
||||
@@ -1 +0,0 @@
|
||||
/usr/share/oh-my-zsh/plugins/apache2-macports
|
||||
@@ -1 +0,0 @@
|
||||
/usr/share/oh-my-zsh/plugins/arcanist
|
||||
@@ -1 +0,0 @@
|
||||
/usr/share/oh-my-zsh/plugins/archlinux
|
||||
@@ -1 +0,0 @@
|
||||
/usr/share/oh-my-zsh/plugins/asdf
|
||||
@@ -1 +0,0 @@
|
||||
/usr/share/oh-my-zsh/plugins/autoenv
|
||||
@@ -1 +0,0 @@
|
||||
/usr/share/oh-my-zsh/plugins/autojump
|
||||
@@ -1 +0,0 @@
|
||||
/usr/share/oh-my-zsh/plugins/autopep8
|
||||
@@ -1 +0,0 @@
|
||||
/usr/share/oh-my-zsh/plugins/aws
|
||||
@@ -1 +0,0 @@
|
||||
/usr/share/oh-my-zsh/plugins/battery
|
||||
@@ -1 +0,0 @@
|
||||
/usr/share/oh-my-zsh/plugins/bbedit
|
||||
@@ -1 +0,0 @@
|
||||
/usr/share/oh-my-zsh/plugins/bgnotify
|
||||
@@ -1 +0,0 @@
|
||||
/usr/share/oh-my-zsh/plugins/boot2docker
|
||||
@@ -1 +0,0 @@
|
||||
/usr/share/oh-my-zsh/plugins/bower
|
||||
@@ -1 +0,0 @@
|
||||
/usr/share/oh-my-zsh/plugins/branch
|
||||
@@ -1 +0,0 @@
|
||||
/usr/share/oh-my-zsh/plugins/brew
|
||||
@@ -1 +0,0 @@
|
||||
/usr/share/oh-my-zsh/plugins/bundler
|
||||
@@ -1 +0,0 @@
|
||||
/usr/share/oh-my-zsh/plugins/cabal
|
||||
@@ -1 +0,0 @@
|
||||
/usr/share/oh-my-zsh/plugins/cake
|
||||
@@ -1 +0,0 @@
|
||||
/usr/share/oh-my-zsh/plugins/cakephp3
|
||||
@@ -1 +0,0 @@
|
||||
/usr/share/oh-my-zsh/plugins/capistrano
|
||||
@@ -1 +0,0 @@
|
||||
/usr/share/oh-my-zsh/plugins/cargo
|
||||
@@ -1 +0,0 @@
|
||||
/usr/share/oh-my-zsh/plugins/cask
|
||||
@@ -1 +0,0 @@
|
||||
/usr/share/oh-my-zsh/plugins/catimg
|
||||
@@ -1 +0,0 @@
|
||||
/usr/share/oh-my-zsh/plugins/celery
|
||||
@@ -1 +0,0 @@
|
||||
/usr/share/oh-my-zsh/plugins/chruby
|
||||
@@ -1 +0,0 @@
|
||||
/usr/share/oh-my-zsh/plugins/chucknorris
|
||||
@@ -1 +0,0 @@
|
||||
/usr/share/oh-my-zsh/plugins/cloudapp
|
||||
@@ -1 +0,0 @@
|
||||
/usr/share/oh-my-zsh/plugins/cloudfoundry
|
||||
@@ -1 +0,0 @@
|
||||
/usr/share/oh-my-zsh/plugins/codeclimate
|
||||
@@ -1 +0,0 @@
|
||||
/usr/share/oh-my-zsh/plugins/coffee
|
||||
@@ -1 +0,0 @@
|
||||
/usr/share/oh-my-zsh/plugins/colemak
|
||||
@@ -1 +0,0 @@
|
||||
/usr/share/oh-my-zsh/plugins/colored-man-pages
|
||||
@@ -1 +0,0 @@
|
||||
/usr/share/oh-my-zsh/plugins/colorize
|
||||
@@ -1 +0,0 @@
|
||||
/usr/share/oh-my-zsh/plugins/command-not-found
|
||||
@@ -1 +0,0 @@
|
||||
/usr/share/oh-my-zsh/plugins/common-aliases
|
||||
@@ -1 +0,0 @@
|
||||
/usr/share/oh-my-zsh/plugins/compleat
|
||||
@@ -1 +0,0 @@
|
||||
/usr/share/oh-my-zsh/plugins/composer
|
||||
@@ -1 +0,0 @@
|
||||
/usr/share/oh-my-zsh/plugins/copybuffer
|
||||
@@ -1 +0,0 @@
|
||||
/usr/share/oh-my-zsh/plugins/copydir
|
||||
@@ -1 +0,0 @@
|
||||
/usr/share/oh-my-zsh/plugins/copyfile
|
||||
@@ -1 +0,0 @@
|
||||
/usr/share/oh-my-zsh/plugins/cp
|
||||
@@ -1 +0,0 @@
|
||||
/usr/share/oh-my-zsh/plugins/cpanm
|
||||
@@ -1 +0,0 @@
|
||||
/usr/share/oh-my-zsh/plugins/dash
|
||||
@@ -1 +0,0 @@
|
||||
/usr/share/oh-my-zsh/plugins/debian
|
||||
@@ -1 +0,0 @@
|
||||
/usr/share/oh-my-zsh/plugins/dircycle
|
||||
@@ -1 +0,0 @@
|
||||
/usr/share/oh-my-zsh/plugins/direnv
|
||||
@@ -1 +0,0 @@
|
||||
/usr/share/oh-my-zsh/plugins/dirhistory
|
||||
@@ -1 +0,0 @@
|
||||
/usr/share/oh-my-zsh/plugins/dirpersist
|
||||
@@ -1 +0,0 @@
|
||||
/usr/share/oh-my-zsh/plugins/django
|
||||
@@ -1 +0,0 @@
|
||||
/usr/share/oh-my-zsh/plugins/dnf
|
||||
@@ -1 +0,0 @@
|
||||
/usr/share/oh-my-zsh/plugins/dnote
|
||||
@@ -1 +0,0 @@
|
||||
/usr/share/oh-my-zsh/plugins/docker
|
||||
@@ -1 +0,0 @@
|
||||
/usr/share/oh-my-zsh/plugins/docker-compose
|
||||
@@ -1 +0,0 @@
|
||||
/usr/share/oh-my-zsh/plugins/docker-machine
|
||||
@@ -1 +0,0 @@
|
||||
/usr/share/oh-my-zsh/plugins/doctl
|
||||
@@ -1 +0,0 @@
|
||||
/usr/share/oh-my-zsh/plugins/dotenv
|
||||
@@ -1 +0,0 @@
|
||||
/usr/share/oh-my-zsh/plugins/dotnet
|
||||
@@ -1 +0,0 @@
|
||||
/usr/share/oh-my-zsh/plugins/droplr
|
||||
@@ -1 +0,0 @@
|
||||
/usr/share/oh-my-zsh/plugins/drush
|
||||
@@ -1 +0,0 @@
|
||||
/usr/share/oh-my-zsh/plugins/eecms
|
||||
@@ -1 +0,0 @@
|
||||
/usr/share/oh-my-zsh/plugins/emacs
|
||||
@@ -1 +0,0 @@
|
||||
/usr/share/oh-my-zsh/plugins/ember-cli
|
||||
@@ -1 +0,0 @@
|
||||
/usr/share/oh-my-zsh/plugins/emoji
|
||||
@@ -1 +0,0 @@
|
||||
/usr/share/oh-my-zsh/plugins/emoji-clock
|
||||
@@ -1 +0,0 @@
|
||||
/usr/share/oh-my-zsh/plugins/emotty
|
||||
@@ -1 +0,0 @@
|
||||
/usr/share/oh-my-zsh/plugins/encode64
|
||||
@@ -1 +0,0 @@
|
||||
/usr/share/oh-my-zsh/plugins/extract
|
||||
@@ -1 +0,0 @@
|
||||
/usr/share/oh-my-zsh/plugins/fabric
|
||||
@@ -1 +0,0 @@
|
||||
/usr/share/oh-my-zsh/plugins/fancy-ctrl-z
|
||||
@@ -1 +0,0 @@
|
||||
/usr/share/oh-my-zsh/plugins/fasd
|
||||
@@ -1 +0,0 @@
|
||||
/usr/share/oh-my-zsh/plugins/fastfile
|
||||
@@ -1 +0,0 @@
|
||||
/usr/share/oh-my-zsh/plugins/fbterm
|
||||
@@ -1 +0,0 @@
|
||||
/usr/share/oh-my-zsh/plugins/fd
|
||||
@@ -1 +0,0 @@
|
||||
/usr/share/oh-my-zsh/plugins/fedora
|
||||
@@ -1 +0,0 @@
|
||||
/usr/share/oh-my-zsh/plugins/firewalld
|
||||
@@ -1 +0,0 @@
|
||||
/usr/share/oh-my-zsh/plugins/flutter
|
||||
@@ -1 +0,0 @@
|
||||
/usr/share/oh-my-zsh/plugins/forklift
|
||||
@@ -1 +0,0 @@
|
||||
/usr/share/oh-my-zsh/plugins/fossil
|
||||
@@ -1 +0,0 @@
|
||||
/usr/share/oh-my-zsh/plugins/frontend-search
|
||||
@@ -1 +0,0 @@
|
||||
/usr/share/oh-my-zsh/plugins/fzf
|
||||
@@ -1 +0,0 @@
|
||||
/usr/share/oh-my-zsh/plugins/gas
|
||||
@@ -1 +0,0 @@
|
||||
/usr/share/oh-my-zsh/plugins/gatsby
|
||||
@@ -1 +0,0 @@
|
||||
/usr/share/oh-my-zsh/plugins/gb
|
||||
@@ -1 +0,0 @@
|
||||
/usr/share/oh-my-zsh/plugins/gcloud
|
||||
@@ -1 +0,0 @@
|
||||
/usr/share/oh-my-zsh/plugins/geeknote
|
||||
@@ -1 +0,0 @@
|
||||
/usr/share/oh-my-zsh/plugins/gem
|
||||
@@ -1 +0,0 @@
|
||||
/usr/share/oh-my-zsh/plugins/git
|
||||
@@ -1 +0,0 @@
|
||||
/usr/share/oh-my-zsh/plugins/git-auto-fetch
|
||||
@@ -1 +0,0 @@
|
||||
/usr/share/oh-my-zsh/plugins/git-escape-magic
|
||||
@@ -1 +0,0 @@
|
||||
/usr/share/oh-my-zsh/plugins/git-extras
|
||||
@@ -1 +0,0 @@
|
||||
/usr/share/oh-my-zsh/plugins/git-flow
|
||||
@@ -1 +0,0 @@
|
||||
/usr/share/oh-my-zsh/plugins/git-flow-avh
|
||||
@@ -1 +0,0 @@
|
||||
/usr/share/oh-my-zsh/plugins/git-hubflow
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user