-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstall.conf.yaml
44 lines (41 loc) · 1.51 KB
/
install.conf.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
- defaults:
link:
relink: true
create: true
force: true # replace files
- clean: []
- link:
~/.config/nvim: nvim
~/.config/aerospace/aerospace.toml: aerospace.toml
~/.ideavimrc: ideavimrc
~/.config/karabiner.edn: karabiner.edn
~/.config/yabai/yabairc: yabairc
~/.amethyst: amethyst.json
~/.config/kitty/kitty.conf: kitty.conf
~/.zshrc: zsh/zshrc.zsh
~/.zshenv: zsh/zshrc.env
~/.zsh:
~/.gitignore_global: git/gitignore_global
~/.gitconfig: git/gitconfig
~/.gitconfig-delta-themes: git/gitconfig-delta-themes
~/.git-template: git/git-template
~/Library/Application Support/Code/User/settings.json: vscode/settings.json
~/Library/Application Support/Code/User/keybindings.json: vscode/keybindings.json
~/.nixpkgs/darwin-configuration.nix: nix/darwin-configuration.nix
~/.phoenix.js: phoenix.js
~/.fdignore: fdignore
~/.ripgreprc: .ripgreprc
~/.ignore: .ignore
- shell:
- [git submodule update --init --recursive, Installing submodules]
- [antibody bundle < ~/.zsh/zsh_plugins.txt > ~/.zsh_plugins.sh] # archived but still works for now
- [uname | grep -q "Darwin" && brew bundle]
- [uname | grep -q "Darwin" && brew services start yabai]
- [uname -a | grep -q "raspberrypi" && ./debian.sh]
- [
uname | grep -q "Darwin"
&& mkdir -p ~/.config/karabiner
&& touch ~/.config/karabiner/karabiner.json
&& /usr/local/bin/goku,
"Karabiner Elements - ensure Goku profile set",
]