10000 GitHub - 71mal1/dotfiles: my dotfiles for linux
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

71mal1/dotfiles

Repository files navigation

.
├── 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

Git

cp ~/.dotfiles/gitconfig ~/.gitconfig # && sudo cp ~/.dotfiles/gitconfig /root/.gitconfig 

Sync package (pkglist.txt)

Create hook pacman:

sudo mkdir /etc/pacman.d/hooks && sudo cp ~/.dotfiles/pkglist_git.hook /etc/pacman.d/hooks/

fix error commit

sudo chown -R andrey:andrey /home/andrey/.dotfiles

Sleep fix b550

sudo cp ~/.dotfiles/wakeup-disable_GPP0.service /etc/systemd/system/ && sudo systemctl enable wakeup-disable_GPP0.service && sudo systemctl start wakeup-disable_GPP0.service

About

my dotfiles for linux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0