aboutsummaryrefslogtreecommitdiffstats
path: root/install-arch.yml
diff options
context:
space:
mode:
authorLeonardo Bishop <me@leonardobishop.com>2024-12-25 14:55:37 +0000
committerLeonardo Bishop <me@leonardobishop.com>2024-12-25 14:55:37 +0000
commit59fd10c296ee5fda22226ffd71707ca597f85ed7 (patch)
tree7c1f2457706783674f437975973840eb0f34b741 /install-arch.yml
parentf2866e8ad4a9ba0b12ea047b2f72f7d7d457d63f (diff)
Add bin
Diffstat (limited to 'install-arch.yml')
-rw-r--r--install-arch.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/install-arch.yml b/install-arch.yml
index 3eab1b0..ef4d966 100644
--- a/install-arch.yml
+++ b/install-arch.yml
@@ -39,3 +39,12 @@ stages:
symbolic: true
- from_file: zsh/.install.yml
+
+ - name: Link ~/bin
+ steps:
+ - !Link
+ from: "bin"
+ to: "~/.config/bin"
+ symbolic: true
+
+ - !Shell "mkdir $HOME/bin/compiled"