Personal configuration files for system setup and development environments. This repository is designed to streamline workflows and maintain consistency across machines by centralizing your shell, editor, and other essential configuration files.
- Shell Customization: Configurations for improved terminal productivity.
- Editor Configurations: Includes tweaks for streamlined development with preferred text editors.
- Version Control: Pre-configured
gitsettings for efficient code management. - Cross-Platform Compatibility: Designed to work seamlessly on Linux, macOS, and WSL.
- Modular Structure: Organize files by purpose, such as zsh settings, sketchybar for macOS theming, and aerospace-specific configurations.
Ensure git is installed on your system.
- Clone the repository:
git clone https://github.com/pla10/dotfiles.git
- Navigate to the repository:
cd dotfiles - Link the desired dotfiles to their respective locations using
lnor your preferred method.
For .zshrc:
ln -sf ~/dotfiles/zsh/.zshrc ~/.zshrcContributions are welcome! If you have improvements or additional configurations to suggest, feel free to fork the repository and submit a pull request.
This project is open source under the MIT License.
For additional information, visit the repository.
This structure highlights the purpose of your repository, details its features, and guides users on how to use it effectively. Let me know if you’d like further refinements!