Skip to content

Commit

Permalink
refactor: migrate to chezmoi
Browse files Browse the repository at this point in the history
  • Loading branch information
ChipWolf authored Jan 10, 2025
1 parent 7e4ac75 commit db9b37e
Show file tree
Hide file tree
Showing 81 changed files with 2,627 additions and 1,889 deletions.
1 change: 1 addition & 0 deletions .chezmoiroot
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
home
28 changes: 0 additions & 28 deletions .gitmodules

This file was deleted.

28 changes: 0 additions & 28 deletions .link.conf

This file was deleted.

6 changes: 3 additions & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"workbench.iconTheme": "fira-code-material-minimal",
"editor.fontFamily": "fira-code-nerd, FiraCode Nerd Font, Consolas, 'Courier New', monospace",
"editor.fontLigatures": true,
"terminal.integrated.defaultProfile.linux": "tmux",
"terminal.integrated.defaultProfile.linux": "zsh",
"terminal.integrated.profiles.linux": {
"tmux": {
"path": "tmux"
"zsh": {
"path": "zsh"
}
}
}
86 changes: 0 additions & 86 deletions Brewfile

This file was deleted.

28 changes: 0 additions & 28 deletions INIT.md

This file was deleted.

25 changes: 0 additions & 25 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,3 @@ Dotfiles
===

Configuration files for backup/sync between systems.

![](https://i.cwlf.uk/rlPOb)

## Usage

1. Clone: `git clone --recursive [email protected]:ChipWolf/dotfiles.git ~/.etc`
2. Backup: `~/.etc/link.sh/link.sh -u ~/.etc/.link.conf -b`
3. Link: `~/.etc/link.sh/link.sh -u ~/.etc/.link.conf -wf`

### Remove user@hostname from prompt
_~/.etc/zsh/zsh-os-conf/local-pre/00-bullettrain.zsh_
```
BULLETTRAIN_CONTEXT_DEFAULT_USER=$USER
DEFAULT_USER=$USER
```

#### Screnshot Workflow (Automator)
```
screencapture -c -s && export PATH=/usr/local/bin:$PATH && pngpaste - | curl -X POST --data-binary @- https://i.cwlf.uk/ | pbcopy && afplay /System/Library/Sounds/Glass.aiff
```

#### iTerm config
- Tomorrow Night (included; tomorrow-night.itermcolor)
- Operator Mono 14pt (ASCII)
- monofur for Powerline 14pt (non-ASCII)
72 changes: 0 additions & 72 deletions ctags

This file was deleted.

2 changes: 0 additions & 2 deletions dive.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions files/tmux-256color.terminfo

This file was deleted.

3 changes: 0 additions & 3 deletions files/xterm-256color-italic.terminfo

This file was deleted.

33 changes: 0 additions & 33 deletions gitignore

This file was deleted.

5 changes: 5 additions & 0 deletions home/.chezmoi.toml.tmpl
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{{- $codespaces:= env "CODESPACES" | not | not -}}
sourceDir = {{ .chezmoi.sourceDir | quote }}

[data]
codespaces = {{ $codespaces }}
Loading

0 comments on commit db9b37e

Please sign in to comment.