My dotfiles. Currently for Linux, MacOS, Windows (Git Bash).
I assume bash and git are installed on every system.
git clone --recursive https://github.com/raydrivers/dotfiles ~/dotfiles
cd ~/dotfiles
./packages.sh
./setup.shIt's important to install packages before running setup.sh,
it depends on some.
You can install linux desktop with ./setup.sh --desktop
Setup logs:
+ name- added or changedname@ name- ensurednamewas already present
Scripts are designed to be easy-to-maintain. Just read them. If it's hard to read - time for edit.
Put your machine shell configuration under .posix-profile.
Don't edit .zshrc or .bashrc.
- Symlinks on Windows Git Bash require Developer Mode enabled (Settings > Developer settings). Do that before clonning repo.