-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdotbot.conf.yaml
50 lines (50 loc) · 1.51 KB
/
dotbot.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
45
46
47
48
49
50
- defaults:
link:
relink: true
- clean: ['~']
- shell:
- [git submodule update --init --recursive, Installing submodules]
- [brew bundle install, Install brew files]
- [pipx install bpython diff-highlight glasgow argcomplete, Install pipx packages]
- [~/.tmux/plugins/tpm/scripts/install_plugins.sh >/dev/null 2>&1, Installing tmux plugins]
- [mkdir -p ~/.vim/backup, Create vim backup folder]
- [touch ~/.gitconfig_local, Touch local gitconfig file]
- [mkdir -p ~/bin/, make local bin folder]
- ['curl --proto ''=https'' --tlsv1.2 -sSf https://sh.rustup.rs | sh', install rustup]
- link:
# FISH
~/.config/fish:
relink: true
force: true
path: fish
~/.bashrc: shellrc/bashrc
~/.profile: shellrc/profile
# VIM
~/.config/nvim: nvim
# GIT
~/.gitconfig: shellrc/gitconfig
~/.gitignore: shellrc/gitignore
# Ghostty
~/.config/ghostty: config/ghostty
# TMUX
~/.tmux.conf: tmux.conf
~/.tmux: tmux
~/.aerospace.toml:
path: config/aerospace.toml
# Local Scripts
~/bin/batch_find_replace:
create: true
path: scripts/batch_find_replace
~/bin/find_replace: scripts/find_replace
~/bin/grb: scripts/grb
~/bin/gprune: scripts/gprune
~/bin/new_safari_window: scripts/new_safari_window
~/bin/ton: ~/.tmux/plugins/tmux-open-nvim/scripts/ton
~/bin/gn:
create: true
path: scripts/gn/macos/gn
~/.gdbinit: gdbinit
- shell:
- brew upgrade
- pipx upgrade-all
- fisher update