My configuration for various tools.
cd ~
git clone http://github.com/dufferzafar/dotfiles .dotfiles
cd .dotfiles
git submodule update --init --recursive
sudo bash bootstrap.sh
Mostly for my reference
Ctrl + R
: Reverse search command historyCtrl + P
: File list with preview paneAlt + G
: Git commit graph / listAn alias that reminds me of some aliases
~/.spcrc
firefox
userChrome.css
etc.~/.mozilla/firefox/*.default/addons.json
fzf
Ctrl + P could use the scope.sh script from ranger
Move $PATH etc to .zshenv ?
alias j="cd (cat ~/Library/autojump/autojump.txt | sort -nr | awk '{print \$2}' | fzf +s)"
Slow load times
https://github.com/xcv58/prezto/tree/master/modules/lazy-load
https://superuser.com/questions/236953/zsh-starts-incredibly-slowly
http://blog.santosvelasco.com/2011/04/22/improving-oh-my-zsh-startup-time
http://blog.patshead.com/2011/04/improve-your-oh-my-zsh-startup-time-maybe.html
tigrc
mpv configurations & scripts
Terminator Config File
LazyLoad zsh subscripts like gvm, rvm, nvm
Make gio
work offline
Will the hub completion script need to be updated? How?
Vim
Perform cleanup, test etc.
Add a way to uninstall!
Use antigen
to load oh-my-zsh stuff
Better history
Lazy load npm/rvm/gvm commands
npm
etc are run, the corresponding shell file gets loadedhttps://github.com/aziz/dotfiles/blob/master/templates/provisioning/ubuntu/fonts.sh
https://carlosbecker.com/posts/speeding-up-zsh/
zsh -i -c -x exit
Large debug log
Issues found
Pull requests
rbenv, pyenv etc
Remove some if statements?
Replace multiple export PATH calls with one?
Merge with latest ranger configuration
Prune zsh history
Do not delete any thing
Just move it to a separate file?
Remove personal stuff?
Commands with URLs?
Commands that are seldom used?
^subl *
^youtube-dl *
Commands
sed -i '/string/d' .bash_history
grep -vf wordsToExcludeFile myfile.txt