Dotfiles
 
 
 
 
Go to file
nirenjan 4497e4e3b1 Use command -v to check for presence of a command
With a fresh install of zsh on OSX Catalina, the which command returns
text in stdout even if there is no corresponding command. Replacing it
with `command -v` ensures that the test does not give a false positive.
2020-09-09 07:50:13 -07:00
bash Split prompt into two lines 2018-09-27 14:50:21 -07:00
scripts Add script to get latest Hugo release for Linux 2019-08-14 10:49:28 -07:00
zsh Use command -v to check for presence of a command 2020-09-09 07:50:13 -07:00
LICENSE.md Add license information 2013-02-12 16:42:08 -08:00
README.md Import from original vim-scripts repository 2013-01-11 23:08:38 -08:00
dircolors Add default tmux terminal to dircolors 2018-04-27 15:17:30 -07:00
gitcommit Add Git commit template 2018-09-05 15:01:26 -07:00
gitconfig Add Git commit template 2018-09-05 15:01:26 -07:00
install Add Zsh config files 2018-10-19 15:45:51 -07:00
screenrc Add screenrc file 2013-01-11 23:35:05 -08:00
tmux.conf Remove utf8 lines from tmux configuration 2018-10-23 22:17:35 -07:00
vimrc Move Vim files to separate repo 2014-12-24 17:15:31 -08:00
zshrc Add Zsh config files 2018-10-19 15:45:51 -07:00

README.md

dotfiles

My dotfiles

Feel free to clone and modify as necessary.