daler dotfiles¶
What are dotfiles?
Linux and macOS have user-specific configuration files for things like bash,
vim, tmux, and more. Since these files traditionally start with a .
, they
are collectively called dotfiles.
This repo captures hard-won settings and tool installations that I have accumulated over time. Using the included modular setup script, starting from a fresh installation of Ubuntu Linux or macOS I can have everything I’m used to a few minutes. It can be useful for different audiences:
Just starting out? This is a “batteries included” configuration you can use as a launching point.
Already maintain your own dotfiles? Browse around to see if there’s anything you want to add to your own setup, everything here is documented.
The repo includes the following, all driven by the setup.sh
script:
bash config, tmux config, and vim/neovim config files.
conda installation and setup commands
If you don’t want “batteries included”, you can select only what is most useful to you because:
the
setup.sh
script is modularthese docs have all the details so you are informed about options
the config files themselves are documented
See the Changelog for changes.
Ready? Start here!