43 lines
1.1 KiB
YAML
43 lines
1.1 KiB
YAML
- clean:
|
|
- '~'
|
|
|
|
- create:
|
|
- ~/projects/qiime2
|
|
- ~/projects/qiime2/data/
|
|
- ~/projects/mds
|
|
- ~/projects/personal
|
|
|
|
- link:
|
|
~/.tmux.conf: tmux.conf
|
|
~/.gitconfig: git/gitconfig
|
|
~/.config/git/ignore:
|
|
create: true
|
|
path: git/gitignore_global
|
|
~/.npmrc: npmrc
|
|
~/.psqlrc: psqlrc
|
|
~/.zpreztorc: zsh/zpreztorc
|
|
~/.zlogin: zsh/zlogin
|
|
~/.zlogout: zsh/zlogout
|
|
~/.zprofile: zsh/zprofile
|
|
~/.zshenv: zsh/zshenv
|
|
~/.zshrc: zsh/zshrc
|
|
~/Library/Application Support/Code/User/settings.json:
|
|
create: true
|
|
path: vscode/settings.json
|
|
~/Library/Application Support/Code/User/keybindings.json:
|
|
create: true
|
|
path: vscode/keybindings.json
|
|
~/Library/Application Support/Code/User/tasks.json:
|
|
create: true
|
|
path: vscode/tasks.json
|
|
~/.config/nvim/init.vim:
|
|
create: true
|
|
path: nvim/init.vim
|
|
~/.config/nvim/lua/plugins.lua:
|
|
create: true
|
|
path: nvim/plugins.lua
|
|
~/.config/nvim/ftplugin:
|
|
path: nvim/ftplugin
|
|
~/bin/safe-reattach-to-user-namespace:
|
|
create: true
|
|
path: safe-reattach-to-user-namespace.sh
|