Personal configuration files for quick workflow deployment
Quick deployment of development environment configuration on macOS
- Shell configuration (zsh)
- Git configuration
- Emacs configuration (as a submodule)
- And more...
- Git installed and configured with SSH keys
- macOS (tested on Big Sur and later)
# Clone the repository
git clone --recurse-submodules git@github.com:michaelpass/.dotfiles.git
# Copy configuration files to home directory
cp -r ~/.dotfiles/* ~/This repository uses Git submodules for certain configurations:
.emacs.d: Personal Emacs configuration- Repository: michaelpass/.emacs.d
- To update:
git submodule update --remote
- Fork and refactor code for Ubuntu linux on AWS' EC2
- Write this as a proper bash script
- Fork and refactor for ArchLinux
- Fork and refactor for KaliLinux
Feel free to fork this repository and adapt it to your needs. Pull requests are welcome!
This project is open source and available under the MIT License.