.
├── attachments
│ └── black_unity_22_wallpaper_mac.png
├── gitconfig
├── pkglist_git.hook
├── pkglist.txt
├── README.md
├── sway
│ └── config
└── wakeup-disable_GPP0.service
3 directories, 7 files
cp ~/.dotfiles/gitconfig ~/.gitconfig # && sudo cp ~/.dotfiles/gitconfig /root/.gitconfig
Create hook pacman:
sudo mkdir /etc/pacman.d/hooks && sudo cp ~/.dotfiles/pkglist_git.hook /etc/pacman.d/hooks/
sudo chown -R andrey:andrey /home/andrey/.dotfiles
sudo cp ~/.dotfiles/wakeup-disable_GPP0.service /etc/systemd/system/ && sudo systemctl enable wakeup-disable_GPP0.service && sudo systemctl start wakeup-disable_GPP0.service