https://github.com/kujenga/dotfiles
Configuration files and setup scripts
https://github.com/kujenga/dotfiles
dotfiles init
Last synced: about 1 month ago
JSON representation
Configuration files and setup scripts
- Host: GitHub
- URL: https://github.com/kujenga/dotfiles
- Owner: kujenga
- License: mit
- Created: 2016-09-13T14:21:56.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2026-02-20T03:39:51.000Z (about 1 month ago)
- Last Synced: 2026-02-20T07:31:50.802Z (about 1 month ago)
- Topics: dotfiles, init
- Language: Shell
- Homepage:
- Size: 272 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotfiles
Shared configuration files and setup scripts files for setting up new and
maintaining existing machines.
## Usage
- Setup an SSH key with the following command:
```sh
ssh-keygen -o -a 100 -t ed25519
```
- Clone this repository into `~/Developer/dotfiles`
- Run `./install.sh` from within that cloned repository
## Directories
- `home` - files that are intended to go in the home directory.
- `lib` - files that are imported to provide utilities and configuration for the
machine.
- `macos` - files that are used for setup of a macOS machine.
## References
- [dotfiles.github.io][dotfiles]
- [Customizing GitHub Codespaces][ghCodespaceDotfiles]
- Using GNU Stow: http://brandon.invergo.net/news/2012-05-26-using-gnu-stow-to-manage-your-dotfiles.html (not currently utilized)
[dotfiles]: https://dotfiles.github.io/
[ghCodespaceDotfiles]: https://docs.github.com/en/codespaces/customizing-your-codespace/personalizing-codespaces-for-your-account#dotfiles