-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdotfiles.conf.yaml
More file actions
33 lines (30 loc) · 1.03 KB
/
dotfiles.conf.yaml
File metadata and controls
33 lines (30 loc) · 1.03 KB
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
- defaults:
link:
create: true
force: true
- clean: ['~']
- link:
~/.config/nvim: nvim
~/.config/kitty: kitty
~/.config/lvim/config.lua: lvim.lua
~/.nvimrc: nvim/init.vim
~/.zshrc: zshrc
~/.oh-my-zsh: oh-my-zsh
~/.zsh_custom: zsh_custom
~/.tmux.conf: tmux.conf
~/.tmux.base.conf: tmux.base.conf
~/.yabairc: yabairc
~/.skhdrc: skhdrc
~/screen-24bit.terminfo: screen-24bit.terminfo
~/.irbrc: irbrc
~/.ideavimrc: ideavimrc
~/.fzf.zsh: fzf.zsh
~/Library/Application\ Support/Code/User/settings.json: vscode/settings.json
~/Library/Application\ Support/Code/User/keybindings.json: vscode/keybindings.json
~/Library/Application\ Support/Code/User/snippets: vscode/snippets
~/bin/do_not_update_spotify: do_not_update_spotify
~/bin/forward: forward
~/bin/vscode-shell: vscode-shell
- shell:
- [git submodule update --init --recursive, Installing submodules]
- [cat vscode/extensions.list | xargs -I % code --install-extension %, Installing extensions]