Add bfg, vim-openscad, git-lfs and git-ignore for node_modules

This commit is contained in:
Tobias Reisinger 2020-12-23 16:39:36 +01:00
parent c95a15afe8
commit 01a7629d54
6 changed files with 21 additions and 3 deletions

View file

@ -3,11 +3,19 @@
[ -f "$HOME/.config/user-dirs.dirs" ] && source $HOME/.config/user-dirs.dirs
export EDITOR='/usr/bin/vim'
export NOTMUCH_CONFIG="$HOME/.config/notmuch/config"
export GOPATH="$HOME/.local/share/go"
export MAKEFLAGS="-j$(grep -c ^processor /proc/cpuinfo)"
export MAILCAPS="$HOME/.config/mailcap/mailcaprc"
export NOTMUCH_CONFIG="$HOME/.config/notmuch/config"
export PASSWORD_STORE_GENERATED_LENGTH='64'
export VIMINIT="source $HOME/.config/vim/vimrc"
export ZDOTDIR="$HOME/.config/zsh"
export PATH=/usr/local/bin:/usr/bin:/usr/sbin:/bin:/sbin:$HOME/.local/bin
export VIMINIT="source $HOME/.config/vim/vimrc"
export ZDOTDIR="$HOME/.config/zsh"