diff options
Diffstat (limited to 'tmux')
| -rw-r--r-- | tmux/.install.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tmux/.install.yml b/tmux/.install.yml new file mode 100644 index 0000000..bf7c8cf --- /dev/null +++ b/tmux/.install.yml @@ -0,0 +1,6 @@ +name: Configure tmux +steps: + - !Link + from: ".tmux.conf" + to: "~/.tmux.conf" + recursive: false
\ No newline at end of file |
