add configuration file
This commit is contained in:
parent
a638024886
commit
3f02c8f5f6
1 changed files with 22 additions and 0 deletions
22
config/files.conf
Normal file
22
config/files.conf
Normal file
|
@ -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 <file_name> <dest>` for f
|
||||
# Use `cp -Rf <folder> <dest>` for d
|
Loading…
Reference in a new issue