https://github.com/djiit/dotfiles
https://github.com/djiit/dotfiles
dotfiles
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/djiit/dotfiles
- Owner: Djiit
- Created: 2018-02-16T16:26:20.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2025-03-16T13:26:46.000Z (about 1 month ago)
- Last Synced: 2025-03-16T14:28:31.244Z (about 1 month ago)
- Topics: dotfiles
- Language: Shell
- Homepage:
- Size: 102 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
## Usage
### From scratch
```bash
sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply Djiit
```### From this repository
Clone this repository (manually or with Codespaces dotfiles integration) and run the install script:
```bash
./install.sh
```## Development
Use the devcontainer to try out changes in a clean environment.