diff --git a/config/files.conf b/config/files.conf new file mode 100644 index 0000000..7e7b4d8 --- /dev/null +++ b/config/files.conf @@ -0,0 +1,22 @@ +#!/bin/sh + +_DOTFILES="~/Documents/git/dotfiles" + +_FILE_TO_COPY="d ~/.config/alacritty dotconfig +d ~/.config/eww dotconfig +d ~/.config/hypr dotconfig +d ~/.config/nvim dotconfig +d ~/.config/gotop dotconfig +d ~/.config/waybar dotconfig +f ~/.bashrc dotscripts/bash/.bashrc +f ~/.bash_profile dotscripts/bash/.bash_profile +d ~/.config/conky dotconfig +d ~/.local/bin dotlocal +d /etc/ly dotetc +f /etc/makepkg.conf dotetc/makepkg.conf +f /etc/pacman.conf dotetc/makepkg.conf +f /etc/doas.conf dotetc/doas.conf +" + +# Use `install -Dm644 ` for f +# Use `cp -Rf ` for d