Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/giggio/dotfiles
These are my dotfiles.
https://github.com/giggio/dotfiles
dotfiles
Last synced: 2 months ago
JSON representation
These are my dotfiles.
- Host: GitHub
- URL: https://github.com/giggio/dotfiles
- Owner: giggio
- License: apache-2.0
- Created: 2020-06-03T23:08:35.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-02T15:00:10.000Z (3 months ago)
- Last Synced: 2024-10-12T18:31:34.118Z (3 months ago)
- Topics: dotfiles
- Language: Shell
- Homepage:
- Size: 818 KB
- Stars: 30
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Giovanni Bassi's Dotfiles
These are the dotfiles. I'm using
[Dotbot](https://github.com/anishathalye/dotbot)
to automate it.## Installation
*Note:* Some files and directories from the home directory will be removed. Check the
[install.conf.yaml](https://github.com/giggio/dotfiles/blob/master/install.conf.yaml)
file, on the `shell` section to see which ones and make sure you are ok with it,
there will be no prompt.* Clone this repo to ~/.dotfiles
If you are the repo owner make sure the SSH keys are correct, as some submodules
use SSH, and clone with SSH:````bash
git clone --recurse-submodules [email protected]:giggio/dotfiles.git $HOME/.dotfiles
````If you are not the repo owner then you need to use https:
````bash
git clone --recurse-submodules https://github.com/giggio/dotfiles $HOME/.dotfiles
````* Run the install script `~/.dotfiles/install`.
(to update run `~/.dotfiles/install --update`)
## Cleaning up before installing
Remove all directories that will be replaced by the submodules.
## Forking
You will need to take into consideration that this project uses submodules by
the same author, so you will need to fork those repositories first.
To learn which repositories are being used open at the [.gitmodules]() files and
look for relative submodules (that start with `..`).## Author
[Giovanni Bassi](https://twitter.com/giovannibassi)
## License
Licensed under the Apache License, Version 2.0.