-
Notifications
You must be signed in to change notification settings - Fork 0
/
install.conf.yaml
14 lines (14 loc) · 961 Bytes
/
install.conf.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
- clean: ['~']
- link:
~/.vimrc: vimrc
~/.oh-my-zsh: oh-my-zsh
~/.zshrc: zshrc
~/.zshrc.aliases: zshrc.aliases
~/.oh-my-zsh/custom/crunch.zsh-theme: oh-my-zsh-custom/crunch.zsh-theme
~/.config/xfce4/terminal/terminalrc: xfce4-terminalrc
- shell:
- ["mkdir -p ~/.local/bin", "Creating ~/.local/bin"]
- ["curl -o ~/.local/bin/sss https://raw.githubusercontent.com/simark/sss/master/sss && chmod +x ~/.local/bin/sss", "Installing sss"]
- ["curl -o ~/.local/bin/mklog https://raw.githubusercontent.com/gcc-mirror/gcc/master/contrib/mklog && chmod +x ~/.local/bin/mklog", "Installing mklog"]
- ["curl -o ~/.local/bin/changelog-git-amend https://raw.githubusercontent.com/simark/gnu-changelog-tools/master/changelog-git-amend/changelog-git-amend.py && chmod +x ~/.local/bin/changelog-git-amend", "Installing changelog-git-amend"]
- ["cp smake ~/.local/bin/", "Installing smake"]