Welcome to my dotfiles repository!
This repository contains configuration files and scripts to set up my environment quickly and consistently across different machines.
To install these dotfiles, follow these steps:
-
Clone the repository:
cd ~ git clone https://github.com/RGtechnology/dotfiles.git cd dotfiles
-
Install GNU Stow
GNU Stow is a symlink farm manager, which means it helps you store all your configuration files in one common location. So when you "stow" a file, it will create a symlink between your file and an identical file in our home directory.
brew install stow
-
Create Symlinks
Simulate stow
cd ~/dotfiles stow . -vv --simulate
Execute stow
cd ~/dotfiles stow . -vv
After installation, your environment will be configured with the settings from these dotfiles. You can customize them further by editing the files directly. Don't forget to commit the changes in the Git repository.
.zshrc
- Configuration for Zsh shell.gitconfig
- Configuration for Git.config/starship.toml
- Configuration for Starship prompt
If you have suggestions or improvements, feel free to open an issue or submit a pull request. Contributions are welcome!
This repository is licensed under the MIT License. See the LICENSE file for more details.