https://github.com/martendebruijn/dotfiles
Personal config files / dotfiles
https://github.com/martendebruijn/dotfiles
config dotfiles
Last synced: 14 days ago
JSON representation
Personal config files / dotfiles
- Host: GitHub
- URL: https://github.com/martendebruijn/dotfiles
- Owner: martendebruijn
- License: mit
- Created: 2022-04-26T21:53:46.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-12T23:34:27.000Z (9 months ago)
- Last Synced: 2024-08-14T00:37:39.928Z (9 months ago)
- Topics: config, dotfiles
- Language: Shell
- Homepage:
- Size: 206 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotfiles
My personal dotfiles
## Table of Contents
- [dotfiles](#dotfiles)
- [Table of Contents](#table-of-contents)
- [Contributing](#contributing)
- [Installation](#installation)
- [Authors](#authors)
- [License](#license)## Contributing
Please do not contribute to this repo.
## Installation
1. Install 1Password
2. Turn on the 1Password SSH agent
3. Make `~/.ssh/config`
4. Configure your SSH client:```sh
Host *
IdentityAgent "~/Library/Group Containers/2BUA8C4S2C.com.1password/t/agent.sock"
```5. Clone this repository:
```sh
git clone [email protected]:martendebruijn/dotfiles.git
```For more information see [the 1Password SSH documentation](https://developer.1password.com/docs/ssh).
## Authors
- **Marten de Bruijn** - [martendebruijn](https://github.com/martendebruijn)
## License
MIT License, see [LICENSE](/LICENSE)