Start phasing out makefiles. Update zshrc
This commit is contained in:
parent
ee26abd58c
commit
af00877af0
2 changed files with 4 additions and 3 deletions
|
@ -23,9 +23,7 @@ zsh > shell, aliases and cool stuff
|
||||||
|
|
||||||
`git clone https://github.com/grawlinson/dotfiles.git ~/.dotfiles`
|
`git clone https://github.com/grawlinson/dotfiles.git ~/.dotfiles`
|
||||||
|
|
||||||
Clone repository, then setup as desired.
|
Clone repository, then setup as desired using [GNU Stow][url-gnu-stow].
|
||||||
|
|
||||||
Look at [Makefile](Makefile), or use [GNU Stow][url-gnu-stow] directly.
|
|
||||||
|
|
||||||
## Further Reading
|
## Further Reading
|
||||||
|
|
||||||
|
|
|
@ -24,3 +24,6 @@ source $ZSH/oh-my-zsh.sh
|
||||||
export HISTSIZE=1000000000
|
export HISTSIZE=1000000000
|
||||||
export SAVEHIST=$HISTSIZE
|
export SAVEHIST=$HISTSIZE
|
||||||
setopt EXTENDED_HISTORY
|
setopt EXTENDED_HISTORY
|
||||||
|
|
||||||
|
# reduce linux syscalls
|
||||||
|
export TZ=:/etc/localtime
|
||||||
|
|
Loading…
Reference in a new issue