slight font changes + zsh vim bindings
This commit is contained in:
parent
d8fd7a8127
commit
9a597e8ad6
4 changed files with 8 additions and 0 deletions
4
.gitconfig.linux
Normal file
4
.gitconfig.linux
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
[include]
|
||||||
|
path = dev/dotfiles/.gitconfig_includes.common
|
||||||
|
path = dev/dotfiles/.gitconfig_includes.linux
|
||||||
|
|
2
.zshrc
2
.zshrc
|
@ -4,6 +4,8 @@ SAVEHIST=1000
|
||||||
setopt appendhistory autocd extendedglob nomatch notify
|
setopt appendhistory autocd extendedglob nomatch notify
|
||||||
unsetopt beep
|
unsetopt beep
|
||||||
|
|
||||||
|
bindkey -v
|
||||||
|
|
||||||
autoload -U compinit
|
autoload -U compinit
|
||||||
compinit
|
compinit
|
||||||
setopt completealiases
|
setopt completealiases
|
||||||
|
|
BIN
Inconsolata.otf
Normal file
BIN
Inconsolata.otf
Normal file
Binary file not shown.
|
@ -0,0 +1,2 @@
|
||||||
|
helpful dotfiles for linux and mac
|
||||||
|
|
Loading…
Reference in a new issue