summaryrefslogtreecommitdiff
path: root/install.conf.yaml
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2021-01-12 15:26:18 +0100
committerAnton Khirnov <anton@khirnov.net>2021-01-12 15:26:18 +0100
commit6f4245eb390970a0ef4aba79fbc84e173239874d (patch)
treebe6d14c022e7f8fb61aad7bf51700f601c33d5ac /install.conf.yaml
parentf215d3a620aae2f5759da83218fba57a104fbe0c (diff)
bash: split up(s) into their own executables
Makes them easier to call from scripts.
Diffstat (limited to 'install.conf.yaml')
-rw-r--r--install.conf.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/install.conf.yaml b/install.conf.yaml
index cb2cec3..869b6da 100644
--- a/install.conf.yaml
+++ b/install.conf.yaml
@@ -2,6 +2,7 @@
- ~/.cache/vim/bkp
- ~/.cache/vim/swap
- ~/.config/bash
+ - ~/.local/bin
- ~/.local/var/bash
- ~/.local/var/cron/daily
- ~/.local/var/dotfiles
@@ -12,6 +13,8 @@
- ~/.vim/pack/dotfiles/opt
- link:
+ ~/.local/bin/up: bin/up
+ ~/.local/bin/ups: bin/ups
~/.config/bash/prompt: bash/prompt
~/.bashrc: bash/bashrc
~/.gdbinit: dotfiles/gdbinit