- Notifications
You must be signed in to change notification settings - Fork0
fscm/dotfiles
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
My personal "dotfiles".
I am usingBASH onmacOS as a shell environment. This "dotfiles" fileswere created to customize my shell environment to my needs.
Clone the repository wherever you want. To clone the repository to the currentdirectory use the following command:
git clone https://github.com/fscm/dotfiles.git
After cloning the repository, change to thedotfiles folder and run thebootstrap
command:
cd dotfiles/./bootstrap
To avoid the confirmation prompts, you can use one of thebootstrap
commandoptions:
-b
- Backup existing files.-h
- Show help.-r
- Replace existing files.-s
- Skip existing files.
Note: This command will change the default shell toBASH
- 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 theCONTRIBUTING.md file for more details on howto contribute to this project.
This project usesSemVer for versioning. For the versionsavailable, see thetags on this repository.
- Frederico Martins -fscm
See also the list ofcontributorswho participated in this project.
This project is licensed under the MIT License - see theLICENSEfile for details