From system with love. 💻❤️
- Create your dotfiles folder
mkdir ~/dotfiles
- Move your dotfiles to dotfiles folder
mv .zshrc .zsh_aliases ... path/to/your/dotfiles/folder
- Clone this gist to setup your symlinks and go to folder
git clone [email protected]:6f34bd2d63220de82350.git symlink_dotfiles && cd $_
- Set up the variables inside the gist
home = '/home/user/'
dotfiles_path = home + 'dotfiles/'
- Run the script
ruby symlink_dotfiles.rb
Be happy [=
Made with love by @jhonnymoreira