-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.dotbot.conf.yaml
26 lines (23 loc) · 934 Bytes
/
.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
- clean: [
'~',
]
- link:
~/.gitconfig: gitconfig
~/.config/nvim: nvim
~/.tmux.conf: tmux.conf
~/.Xmodmap: Xmodmap
~/.config/fish/config.fish: config.fish
~/.config/alacritty/alacritty.toml: alacritty.toml
~/.config/fontconfig/fonts.conf: fonts.conf
~/phone.sh: phone.sh
~/.config/systemd/user/dropbox.service: dropbox.service
# TODO setup fisher with potential plugins (nvim.fish)
- shell:
- [fc-cache -vf]
- [git submodule update --init --recursive, Installing submodules]
- [cargo install zoxide --locked, Installing zoxide]
# Install and setup dropbox
- [cd ~ && wget -O - "https://www.dropbox.com/download?plat=lnx.x86_64" | tar xzf -]
- [systemctl --user enable dropbox]
- [curl -sL https://raw.githubusercontent.com/jorgebucaran/fisher/main/functions/fisher.fish | source && fisher install jorgebucaran/fisher]
- [fisher install jorgebucaran/nvm.fish]