Contains config files for all the programs that I use.
Locations and names for these files:
bashrc ${HOME}/.bashrc condarc ${HOME}/.condarc duckdbrc ${HOME}/.duckdbrc emacs ${HOME}/.emacs config.json ${HOME}/.docker/config.json emacs_mac ${HOME}/.emacs gitconfig ${HOME}/.gitconfig ipythonconfig ${HOME}/.ipython/profile_default/ipython_config.py Makevars ${HOME}/.R/Makevars pdbrc ${HOME}/.pdbrc or `pwd`/.pdbrc psqlrc ${HOME}/.psqlrc pandas-opts.py ${HOME}/.ipython/profile_default/startup/01-pandas-opts.py polars-opts.py ${HOME}/.ipython/profile_default/startup/02-polars-opts.py ripgreprc ${HOME}/.ripgreprc Rprofile ${HOME}/.Rprofile sqliterc ${HOME}/.sqliterc # Use like: sqlite3 -init ${HOME}/.sqliterc tst.sqlite ssh_config ${HOME}/.ssh/config # Also needs: chmod og-rwx ${HOME}/.ssh startup.jl ${HOME}/.julia/config/startup.jl tmux.conf ${HOME}/.tmux.conf vimrc ${HOME}/.vimrc zshrc ${HOME}/.zshrc