https://github.com/calebccff/dotfiles
One day I'm gonna lose my laptop. These probably aren't very useful to anyone else. I symlink them to the right place....
https://github.com/calebccff/dotfiles
Last synced: over 1 year ago
JSON representation
One day I'm gonna lose my laptop. These probably aren't very useful to anyone else. I symlink them to the right place....
- Host: GitHub
- URL: https://github.com/calebccff/dotfiles
- Owner: calebccff
- Created: 2020-08-16T20:09:39.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2025-02-07T15:15:37.000Z (over 1 year ago)
- Last Synced: 2025-02-07T16:23:52.605Z (over 1 year ago)
- Language: Shell
- Homepage: https://connolly.tech
- Size: 43 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ma DotFiles
| Hostname | Description |
|--------------|-------------|
| Lion | Main PC |
| Chi | TP T14s |
| Lynx | TP T430 |
| Ferret | Yoga C630 |
| Abyssinian | OnePlus 9 |
## Planned names
* Cymric
* Manx
* Korat
* Toyger
## Deps
...
## Headscale
Hosted on Rex, release installed manually and will likely need manual updates.
```sh
sudo tailscale up --operator cas --login-server https://rex.connolly.tech
```
## Set up dotfiles on new machine
1. Add ssh key to github
2. Clone bare repo
```sh
git clone --bare git@github.com:calebccff/dotfiles.git .gitdotfiles
```
3. Checkout
```sh
alias config='/usr/bin/git --git-dir=$HOME/.gitdotfiles/ --work-tree=$HOME'
config checkout
config config --local status.showUntrackedFiles no
```
4. Install deps
Arch:
```sh
TODO
```
Alpine:
```sh
sudo apk add zsh zsh-theme-powerlevel10k zsh-autosugguestions zsh-syntax-highlighting py3-argcomplete
```
5. Set shell
```sh
chsh
# /usr/bin/zsh
```