-
Clone the repository into
.dotfiles:git clone git@github.com:kszpieg/dotfiles.git .dotfiles
or use HTTPS variant:
git clone https://github.com/kszpieg/dotfiles.git .dotfiles
-
Run proper bash script:
-
for full installation run
setup.sh(it may require to provide sudo password during the process)cd ~/.dotfiles && chmod +x setup.sh && ./setup.sh
-
for only copy configs run
configs.sh(it's contained insetup.shso it's not necessary to run it separately)cd ~/.dotfiles && chmod +x configs.sh && ./configs.sh
-
Copy manually
40-fastfetchinto/etc/update-motd.dand usesudo chmod +x 40-fastfetchcommand if you want some fancy stats about the system displayed in MOTD. -
Enjoy!
TODO