My personal "dotfiles".
I am using BASH on macOS as a shell environment. This "dotfiles" files were created to customize my shell environment to my needs.
Clone the repository wherever you want. To clone the repository to the current directory use the following command:
git clone https://github.com/fscm/dotfiles.git
After cloning the repository, change to the dotfiles folder and run the
bootstrap
command:
cd dotfiles/
./bootstrap
To avoid the confirmation prompts, you can use one of the bootstrap
command
options:
-b
- Backup existing files.-h
- Show help.-r
- Replace existing files.-s
- Skip existing files.
Note: This command will change the default shell to BASH
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request
Please read the CONTRIBUTING.md file for more details on how to contribute to this project.
This project uses SemVer for versioning. For the versions available, see the tags on this repository.
- Frederico Martins - fscm
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE file for details