- Clone the repository into
.dotfiles
:or use HTTPS variant:git clone git@github.com:kszpieg/dotfiles.git .dotfiles
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.sh
so it's not necessary to run it separately)cd ~/.dotfiles && chmod +x configs.sh && ./configs.sh
- Enjoy!
TODO