diff options
| author | Leonardo Bishop <me@leonardobishop.com> | 2024-12-25 14:26:51 +0000 |
|---|---|---|
| committer | Leonardo Bishop <me@leonardobishop.com> | 2024-12-25 14:26:51 +0000 |
| commit | dc41873a79b32ed3d34dd7dac09c081f7472d207 (patch) | |
| tree | ba3c80c8d137263a8f346cf32853d15f75094fab /install-arch.yml | |
| parent | f4c682dc6bdeebe9f0c6a20deb7092cf893791a1 (diff) | |
Change most things to symlinks instead of hardlinks
Diffstat (limited to 'install-arch.yml')
| -rw-r--r-- | install-arch.yml | 37 |
1 files changed, 31 insertions, 6 deletions
diff --git a/install-arch.yml b/install-arch.yml index 699aacc..3eab1b0 100644 --- a/install-arch.yml +++ b/install-arch.yml @@ -1,16 +1,41 @@ stages: - - from_file: alacritty/.install.yml + - name: Configure kitty + steps: + - !Link + from: "kitty" + to: "~/.config/kitty" + symbolic: true - - from_file: mako/.install.yml + - name: Configure mako + steps: + - !Link + from: "mako" + to: "~/.config/mako" + symbolic: true - - from_file: hyprland/.install.yml + - from_file: sway/.install.yml - - from_file: swaylock/.install.yml + - name: Configure swaylock + steps: + - !Link + from: "swaylock" + to: "~/.config/swaylock" + symbolic: true - from_file: vim/.install.yml - - from_file: waybar/.install.yml + - name: Configure waybar + steps: + - !Link + from: "waybar" + to: "~/.config/waybar" + symbolic: true - - from_file: wofi/.install.yml + - name: Configure wofi + steps: + - !Link + from: "wofi" + to: "~/.config/wofi" + symbolic: true - from_file: zsh/.install.yml |
