From 0626369321c6407bcf91a978848961fd438f2f5f Mon Sep 17 00:00:00 2001 From: Inhji Date: Tue, 23 Jan 2024 21:14:25 +0100 Subject: [PATCH] remove device specific configs --- install-desktop.conf.yaml | 36 ----------------------------- install-reform.conf.yaml | 48 --------------------------------------- 2 files changed, 84 deletions(-) delete mode 100644 install-desktop.conf.yaml delete mode 100644 install-reform.conf.yaml diff --git a/install-desktop.conf.yaml b/install-desktop.conf.yaml deleted file mode 100644 index 94d9460..0000000 --- a/install-desktop.conf.yaml +++ /dev/null @@ -1,36 +0,0 @@ -- shell: - - [git submodule update --init --recursive, Updating submodules] - -- create: - - ~/.local/bin - - ~/.ssh - - ~/.config - - ~/.config/alacritty - - ~/.config/beets - - ~/.config/dunst - - ~/.config/fish - - ~/.config/i3 - - ~/.config/polybar - - ~/.config/rofi - - ~/.config/sublime-text/Packages/User - -- link: - ~/.zshrc: config/zsh/zshrc - ~/.gitconfig: config/git/gitconfig - ~/.gitignore: config/git/gitignore - ~/.ssh/config: config/ssh/config - ~/.config/dunst/dunstrc: config/dunst/dunstrc - ~/.config/picom.conf: config/picom/picom.conf - ~/.config/i3-scrot.conf: config/i3/i3-scrot - ~/.config/i3/config: config/i3/config - ~/.config/beets/config.yaml: config/beets/config - ~/.config/fish/config.fish: config/fish/config.fish - ~/.config/alacritty/alacritty.yml: config/alacritty/alacritty.yml - ~/.config/polybar/config.ini: config/polybar/config - ~/.doom.d: config/doom - ~/.config/sublime-text/Packages/User/: - glob: true - path: config/sublime/** - ~/.config/rofi/: - glob: true - path: config/rofi/** \ No newline at end of file diff --git a/install-reform.conf.yaml b/install-reform.conf.yaml deleted file mode 100644 index 0a63be5..0000000 --- a/install-reform.conf.yaml +++ /dev/null @@ -1,48 +0,0 @@ -- shell: - - [git submodule update --init --recursive, Updating submodules] - -- link: - ~/.ssh/config: - create: true - path: config/ssh/config - ~/.gitconfig: config/git/gitconfig - ~/.gitignore: config/git/gitignore - ~/.local/bin: - create: true - glob: true - path: config/scripts/** - ~/.config/foot: - create: true - glob: true - path: config/foot/** - ~/.config/cmus: - create: true - glob: true - path: config/cmus/** - ~/.config/waybar: - create: true - glob: true - path: config/waybar/** - ~/.config/sway: - glob: true - create: true - path: config/sway/** - ~/.config/fish: - glob: true - create: true - path: config/fish/** - ~/.config/helix: - glob: true - create: true - path: config/helix/** - ~/.config/tofi: - glob: true - create: true - path: config/tofi/** - ~/.config/lsd/config.yaml: - create: true - path: config/lsd/config.yaml - ~/.local/share/backgrounds: - glob: true - create: true - path: media/**