https://github.com/fscm/dotfiles
My dotfiles
https://github.com/fscm/dotfiles
bash curlrc dotfiles gemrc macos screenrc vimrc
Last synced: 6 days ago
JSON representation
My dotfiles
- Host: GitHub
- URL: https://github.com/fscm/dotfiles
- Owner: fscm
- License: mit
- Created: 2020-12-21T15:36:09.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-02-09T18:10:31.000Z (over 4 years ago)
- Last Synced: 2024-12-28T20:27:04.778Z (over 1 year ago)
- Topics: bash, curlrc, dotfiles, gemrc, macos, screenrc, vimrc
- Language: Shell
- Homepage:
- Size: 20.5 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# dotfiles
My personal "*dotfiles*".
## Synopsis
I am using *BASH* on *macOS* as a shell environment. This "*dotfiles*" files
were created to customize my shell environment to my needs.
## Usage
Clone the repository wherever you want. To clone the repository to the current
directory use the following command:
```sh
git clone https://github.com/fscm/dotfiles.git
```
After cloning the repository, change to the *dotfiles* folder and run the
`bootstrap` command:
```sh
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*
## Contributing
1. Fork it!
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -am 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request
Please read the [CONTRIBUTING.md](CONTRIBUTING.md) file for more details on how
to contribute to this project.
## Versioning
This project uses [SemVer](http://semver.org/) for versioning. For the versions
available, see the [tags on this repository](https://github.com/fscm/dotfiles/tags).
## Authors
* **Frederico Martins** - [fscm](https://github.com/fscm)
See also the list of [contributors](https://github.com/fscm/dotfiles/contributors)
who participated in this project.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE)
file for details