https://github.com/kujenga/dotfiles
Configuration files and setup scripts
https://github.com/kujenga/dotfiles
dotfiles init
Last synced: 2 months 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 8 years ago)
- Default Branch: main
- Last Pushed: 2025-01-13T01:29:12.000Z (4 months ago)
- Last Synced: 2025-02-28T04:29:22.674Z (3 months ago)
- Topics: dotfiles, init
- Language: Shell
- Homepage:
- Size: 257 KB
- Stars: 3
- Watchers: 3
- 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