Add bfg, vim-openscad, git-lfs and git-ignore for node_modules
This commit is contained in:
parent
c95a15afe8
commit
01a7629d54
6 changed files with 21 additions and 3 deletions
|
@ -5,6 +5,8 @@ alias .fm='git --git-dir=$HOME/.dotfiles-mail/ --work-tree=$HOME'
|
|||
|
||||
alias aliases='vim ~/.config/aliasrc && source ~/.config/aliasrc'
|
||||
|
||||
alias bfg='java -jar ~/tools/bfg-1.13.0.jar'
|
||||
|
||||
alias cp='cp -i'
|
||||
|
||||
alias df='df -h'
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -46,3 +46,8 @@
|
|||
followTags = true
|
||||
[format]
|
||||
signOff = yes
|
||||
[filter "lfs"]
|
||||
smudge = git-lfs smudge -- %f
|
||||
process = git-lfs filter-process
|
||||
required = true
|
||||
clean = git-lfs clean -- %f
|
||||
|
|
|
@ -11,3 +11,5 @@ venv/
|
|||
.breakpoints
|
||||
|
||||
latexmk_output/
|
||||
|
||||
node_modules/
|
||||
|
|
|
@ -14,6 +14,7 @@ call plug#begin('~/.config/vim/plugged')
|
|||
Plug 'sersorrel/vim-lilypond'
|
||||
Plug 'vim-scripts/DoxygenToolkit.vim'
|
||||
Plug 'drmikehenry/vim-headerguard'
|
||||
Plug 'sirtaj/vim-openscad'
|
||||
Plug 'cespare/vim-toml'
|
||||
Plug 'posva/vim-vue'
|
||||
Plug 'vhdirk/vim-cmake'
|
||||
|
|
BIN
tools/bfg-1.13.0.jar
Normal file
BIN
tools/bfg-1.13.0.jar
Normal file
Binary file not shown.
Loading…
Reference in a new issue