Move .crontab to .config/cron/crontab
Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
parent
4d9092f4b7
commit
d2a27f0df5
8 changed files with 220 additions and 33 deletions
|
@ -36,6 +36,7 @@ LINKED_FILES_HOME=(
|
|||
".bashrc"
|
||||
".config/autokey"
|
||||
".config/compton"
|
||||
".config/cron/crontab"
|
||||
".config/dconf"
|
||||
".config/dunst"
|
||||
".config/git"
|
||||
|
@ -47,7 +48,6 @@ LINKED_FILES_HOME=(
|
|||
".config/streamlink"
|
||||
".config/termite"
|
||||
".config/Trolltech.conf"
|
||||
".crontab"
|
||||
".dircolors"
|
||||
".env"
|
||||
".gtkrc-2.0.mine"
|
||||
|
@ -83,7 +83,6 @@ do
|
|||
create_directory "${dir}"
|
||||
done
|
||||
|
||||
# Install base-devel for building aur packages
|
||||
print_header "Installing packages"
|
||||
#sudo pacman -S git base-devel --noconfirm
|
||||
|
||||
|
@ -96,7 +95,6 @@ print_header "Installing packages"
|
|||
|
||||
# Install packages
|
||||
#yay -S --noconfirm $(cat "${PACKAGES_DIR}/packages.list")
|
||||
#yay -S --noconfirm $(cat "${PACKAGES_DIR}/packages2.list")
|
||||
|
||||
print_header "Creating symlinks"
|
||||
for file in "${LINKED_FILES_HOME[@]}";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue