Skip to content

Commit 90eb7e4

Browse files
authored
Linux expansion (#6)
* add fish, if check for paru * forgot to replace the_command lol * aur not as root * small readme tweak * clean up old files, ensure hammerspoon only on macos, remove arch-specific items, added devbox
1 parent e3c3efd commit 90eb7e4

11 files changed

+31
-465
lines changed

.chezmoi.toml.tmpl

+3-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
args = ["-convert", "xml1", "-o", "-", "-"]
88
{{- end }}
99
[data]
10+
linuxHostnames = { winterfell = true }
11+
serverHostnames = { pyke = true }
12+
devboxHostname = "devbox"
1013
macHostnames = { targaryen = true }
11-
archHostnames = { winterfell = true }
1214

.chezmoiignore

+1-10
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,5 @@ README.md
22
stylua.toml
33
{{- if ne .chezmoi.os "darwin" }}
44
Library
5+
dot_hammerspoon
56
{{- end }}
6-
{{- if or (eq .chezmoi.os "windows") (eq .chezmoi.os "linux") }}
7-
.asdf/downloads
8-
.asdf/installs
9-
.asdf/plugins
10-
.asdf/repository
11-
.asdf/shims
12-
.asdf/tmp
13-
{{- end }}
14-
.luarc.json
15-
bootstrap.sh

.chezmoiscripts/run_once_before_10-arch-install-paru.sh.tmpl

-13
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{{- if eq (env "CONTAINER_ID") .devboxHostname -}}
2+
#!/bin/bash
3+
4+
# install brew taps
5+
brew bundle --no-lock --file=/dev/stdin <<EOF
6+
tap "homebrew/aliases"
7+
tap "homebrew/bundle"
8+
tap "homebrew/services"
9+
tap "qmk/qmk"
10+
EOF
11+
{{ end -}}

.chezmoiscripts/run_once_before_11-arch-install-cli-packages.sh.tmpl

-8
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{{- if eq (env "CONTAINER_ID") .devboxHostname -}}
2+
#!/bin/bash
3+
4+
# install brew packages
5+
brew bundle --no-lock --file=/dev/stdin <<EOF
6+
brew "f3"
7+
brew "fisher"
8+
brew "ncdu"
9+
brew "qmk/qmk/qmk"
10+
brew "smartmontools"
11+
brew "wakeonlan"
12+
EOF
13+
{{ end -}}

.chezmoiscripts/run_once_before_12-arch-install-gui-packages.sh.tmpl

-9
This file was deleted.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ git remote set-url origin [email protected]:mariolopjr/dotfiles.git
1818

1919
### dragonstone (laptop)
2020

21-
#### Setup arch dotfiles
21+
#### Setup Linux dotfiles
2222
TBD
2323

2424
### targaryen (laptop)

0 commit comments

Comments
 (0)