https://github.com/allar/dotfiles
Allar's Dotfiles
https://github.com/allar/dotfiles
Last synced: 30 days ago
JSON representation
Allar's Dotfiles
- Host: GitHub
- URL: https://github.com/allar/dotfiles
- Owner: Allar
- Created: 2021-08-22T05:16:18.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-11-06T02:06:23.000Z (over 4 years ago)
- Last Synced: 2025-01-12T10:09:03.977Z (over 1 year ago)
- Language: Shell
- Size: 58.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Allar's Dotfiles
This is my attempt at automating my developer environments. This is highly unstable.
# Required Setup
This requires you to have a Bitwarden account with an "SSH Key" named `login`. You can add your current ssh id_rsa to Bitwarden using the `bw_add_ssh_key.sh` script in the utils folder on a machine with your unlocked bitwarden vault i.e. `bw unlock`.
# Installation
## M1 Darwin
1. Install Brew
```
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
```
2. Install `chezmoi`
```
brew install chezmoi
```
3. Init and Apply me
```
chezmoi init --apply Allar
```
# Credits
These people have in no way endorsed this work. However, they have done all the hard work.
## Tom Payne
Created `chezmoi`, an excellent tool for managing dotfiles.
* https://github.com/twpayne
* https://www.chezmoi.io
## Mathias Bynens
The widely referenced dotfiles which can control darwin system preferences, among many other things.
* https://github.com/mathiasbynens
* ~/.macos — https://mths.be/macos
* https://github.com/mathiasbynens/dotfiles/blob/main/.macos