@4u6u57/dotfiles
Version:
August Valera's preferences for Linux
53 lines (46 loc) • 1.47 kB
YAML
# Config file for dotbot
# August Valera (@4U6U57)
# Run ./install to run dotbot
- defaults:
link:
create: true
relink: true
- shell:
- ["git submodule update --init --recursive", Installing submodules]
- ["git submodule sync", Syncing submodule remotes]
- ["git submodule foreach git pull origin master", Updating submodule contents]
- ["date > ~/.dotfiles_update", Logging last update]
- clean:
- '~'
- '~/.ssh'
- '~/bin'
- shell:
- ["FILE=git-completion.bash; curl https://raw.githubusercontent.com/git/git/master/contrib/completion/$FILE -o $FILE -z $FILE", Downloading git-completion script]
- link:
~/bin/crontab-edit: bin/crontab-edit.sh
~/bin/duck: bin/duck.sh
~/bin/git-open: bin/git-open/git-open
~/bin/lazy-keygen: bin/lazy-keygen.sh
~/bin/liquidprompt: bin/liquidprompt
~/bin/repo-iconify: bin/repo-iconify/repo-iconify.sh
~/bin/wsl-open: bin/wsl-open/wsl-open.sh
~/.bash_aliases: bash_aliases.sh
~/.bash_profile: bash_profile.sh
~/.bashrc: bashrc.bash
~/.bin:
~/.completion/git-completion.bash:
~/.completion/ssh-completion.sh:
~/.crontab:
~/.dotfiles: ''
~/.editorconfig:
~/.face: face.png
~/.gitconfig:
~/.liquidpromptrc:
~/.liquid.ps1:
~/.liquid.theme:
~/.repo-iconify:
~/.ssh/config: sshconfig
~/.vimrc:
- shell:
- ["chmod 700 ~/.ssh/config", Securing SSH config]
- ["crontab ~/.crontab", Configuring crontab]