2020-02-23 17:36:05 +01:00
|
|
|
- defaults:
|
|
|
|
link:
|
|
|
|
relink: true
|
|
|
|
|
|
|
|
- clean: ['~']
|
|
|
|
|
|
|
|
- create:
|
|
|
|
- ~/.profile.d
|
|
|
|
- ~/.local/bin
|
|
|
|
- ~/.config/alacritty
|
2020-02-25 22:59:43 +01:00
|
|
|
- ~/.config/environment.d
|
2020-02-23 17:36:05 +01:00
|
|
|
- ~/.config/htop
|
2020-10-24 17:51:22 +02:00
|
|
|
- ~/.config/i3status-rust
|
2020-02-23 17:36:05 +01:00
|
|
|
- ~/.config/mako
|
2020-12-03 19:08:41 +01:00
|
|
|
- ~/.config/gammastep/hooks
|
2020-02-23 17:36:05 +01:00
|
|
|
- ~/.config/sway
|
|
|
|
- ~/.config/swaylock
|
|
|
|
- ~/.config/yay
|
|
|
|
- ~/.config/wofi
|
|
|
|
- ~/.vim/pack/dotfiles
|
2022-04-03 19:03:12 +02:00
|
|
|
- ~/.vim/colors
|
2020-02-23 17:36:05 +01:00
|
|
|
|
|
|
|
# casual
|
|
|
|
- link:
|
|
|
|
~/.dotfiles: ''
|
|
|
|
~/.bashrc: bash/bashrc
|
|
|
|
~/.bash_profile: bash/bashrc
|
|
|
|
~/.config/alacritty/alacritty.yml: alacritty/alacritty.yml
|
|
|
|
~/.liquidprompt: bash/liquidprompt
|
|
|
|
~/.gitconfig: git/gitconfig
|
|
|
|
~/.profile.d/load: shell/load
|
2021-02-16 17:25:00 +01:00
|
|
|
~/.profile.d/09-nixos-commited.sh: shell/nixos-commited.sh
|
2020-02-23 17:36:05 +01:00
|
|
|
~/.profile.d/10-vars.sh: shell/vars.sh
|
|
|
|
~/.profile.d/10-paths.sh: shell/paths.sh
|
|
|
|
~/.profile.d/10-gitrepo-commited.sh: shell/gitrepo-commited.sh
|
|
|
|
~/.profile.d/10-liquidprompt.sh: shell/liquidprompt.sh
|
|
|
|
~/.profile.d/20-aliases.sh: shell/aliases.sh
|
|
|
|
~/.profile.d/20-cd.sh: shell/cd.sh
|
|
|
|
~/.profile.d/40-extract.sh: shell/extract.sh
|
|
|
|
~/.profile.d/40-mysqlpw.sh: shell/mysqlpw.sh
|
|
|
|
~/.profile.d/80-command-not-found.sh: shell/command-not-found.sh
|
|
|
|
~/.profile.d/81-fzf.sh: shell/fzf.sh
|
2021-01-06 18:05:27 +01:00
|
|
|
~/.profile.d/82-direnv.sh: shell/direnv.sh
|
|
|
|
~/.profile.d/90-keychain.sh: shell/keychain.sh
|
2020-02-23 17:36:05 +01:00
|
|
|
~/.tmux.conf: tmux/tmux.conf
|
|
|
|
~/.toprc: top/toprc
|
|
|
|
~/.config/htop/htoprc: top/htoprc
|
|
|
|
~/.vimrc: vim/vimrc
|
|
|
|
~/.vim/pack/dotfiles/start: vim/start
|
2022-04-03 19:03:12 +02:00
|
|
|
~/.vim/colors/badwolf.vim: vim/start/badwolf/colors/badwolf.vim
|
2020-02-23 17:36:05 +01:00
|
|
|
~/.wgetrc: wget/wgetrc
|
|
|
|
~/.config/yay/config.json: yay/config.json
|
|
|
|
~/.Xresources: i3/Xresources
|
|
|
|
|
|
|
|
# graphic
|
|
|
|
- link:
|
2020-10-24 17:30:14 +02:00
|
|
|
~/.config/i3status-rust/config.toml: sway/i3status-rust.toml
|
2020-02-23 17:36:05 +01:00
|
|
|
~/.local/bin/lock: sway/lock.sh
|
|
|
|
~/.config/mako/config: mako/config
|
2020-12-03 19:08:41 +01:00
|
|
|
~/.config/gammastep/config.ini: gammastep/gammastep.ini
|
|
|
|
~/.config/gammastep/hooks/hook.sh: gammastep/hook.sh
|
2020-02-23 17:36:05 +01:00
|
|
|
~/.config/wofi/config: wofi/config
|
|
|
|
~/.config/wofi/style.css: wofi/style.css
|
|
|
|
~/.config/sway/config: sway/config
|
|
|
|
~/.config/sway/thinkman: sway/thinkman
|
|
|
|
~/.config/swaylock/config: sway/lock
|
2021-02-17 18:42:10 +01:00
|
|
|
~/.config/environment.d/sway.conf: sway/env-vars
|
2020-02-23 17:36:05 +01:00
|
|
|
|
|
|
|
|
|
|
|
# scripts
|
|
|
|
- link:
|
|
|
|
~/.local/bin/host-is-on: bin/host-is-on.sh
|
|
|
|
~/.local/bin/git-authors: bin/git-authors.sh
|
|
|
|
~/.local/bin/clean: bin/clean.sh
|
|
|
|
|
|
|
|
# systemd
|
2020-02-25 21:54:42 +01:00
|
|
|
#- shell:
|
|
|
|
# - ["systemctl enable --user $PWD/mako/mako.service --now", "enable mako"]
|
|
|
|
# - ["systemctl enable --user $PWD/sway/swayidle.service --now", "enable swayidle"]
|
2020-02-23 17:36:05 +01:00
|
|
|
|
|
|
|
- shell:
|
|
|
|
- ["git submodule update --init --jobs $(nproc) --recursive", "Installing submodules"]
|
|
|
|
|
|
|
|
- link:
|
|
|
|
~/.local/bin/diff-so-fancy: git/diff-so-fancy/diff-so-fancy
|
|
|
|
|