46 lines
1.2 KiB
YAML
46 lines
1.2 KiB
YAML
- shell:
|
|
- mkdir -p ~/.config
|
|
- mkdir -p ~/.cargo
|
|
- mkdir -p ~/.config/direnv
|
|
- mkdir -p ~/.config/gh
|
|
- mkdir -p ~/.task
|
|
- ./bin/set-colors
|
|
- ./task/install
|
|
|
|
- clean: ["~", "~/.config"]
|
|
|
|
- link:
|
|
~/bin: bin/
|
|
~/.cargo/config.toml: cargo/config.toml
|
|
~/.config/alacritty: alacritty/
|
|
~/.config/bat: bat/
|
|
~/.config/direnv/direnvrc: direnv/direnvrc
|
|
~/.config/dlv: dlv/
|
|
~/.config/flake8: etc/flake8
|
|
~/.config/gh/config.yml: gh/config.yml
|
|
~/.config/gh-dash: gh-dash/
|
|
~/.config/ghostty: ghostty/
|
|
~/.config/git: git/
|
|
~/.config/helix: helix/
|
|
~/.config/hg: hg/
|
|
~/.config/jj: jj/
|
|
~/.config/kak: kak/
|
|
~/.config/lazygit: lazygit/
|
|
~/.config/nvim: neovim/
|
|
~/.config/pg_format: pg_format/
|
|
~/.config/zsh: zsh/
|
|
~/.emacs.d: emacs/
|
|
~/.fdignore: etc/fdignore
|
|
~/.gitattributes: git/gitattributes
|
|
~/.gitignore: git/gitignore
|
|
~/.ignore: etc/ignore
|
|
~/.my.cnf: mysql/.my.cnf
|
|
~/.npmrc: npm/.npmrc
|
|
~/.psqlrc: psql/.psqlrc
|
|
~/.psqlrc-readonly: psql/.psqlrc-readonly
|
|
~/.rgignore: etc/rgignore
|
|
~/.tmux.conf: tmux/.tmux.conf
|
|
~/.vimrc: vim/.vimrc
|
|
~/.vim: vim/
|
|
~/.zshenv: zsh/.zshenv
|
|
~/.zshrc: zsh/.zshrc
|