Install by running one of the following commands by just copying and then execute it in the terminal:
via curl
bash -c "$(curl -fsSL https://raw.githubusercontent.com/gbgabiola/dotfiles/master/install.sh)"
via wget
bash -c "$(wget https://raw.githubusercontent.com/gbgabiola/dotfiles/master/install.sh -O -)"
$ git clone https://github.com/gbgabiola/dotfiles.git ~/.dotfiles
$ sudo ~/.dotfiles/install.sh
# or
$ chmod +x install.sh
$ ./install.sh
This will symlink the appropriate files in .dotfiles
to your home directory.
Everything is configured and tweaked within ~/.dotfiles
.
Tell Git who you are using these commands:
git config -f ~/.gitlocal user.email "[email protected]"
git config -f ~/.gitlocal user.name "FirstName LastName"
Use update
command to get latest updates:
update
This command will update dotfiles, their dependencies, apt-get
packages, global npm
dependencies, and optional for gems
.
Your dotfiles are how you personalize your System environment.
If you're interested in the philosophy behind why projects like these are awesome, you might want to read zach post on the subject.
If you need to learn how to install Ubuntu on Windows or Windows Subsystem for Linux, take a look at this Microsoft Guide
Dotfiles must be updated every now and then, that means if I forgot to check the requirements or dependencies, there's a good chance it can break something.
If you run into any blockers or error please open an issue on this repository, and I would try to fix it as soon as possible for you.
I'll be adding more resources soon, update regularly, and give back the credits to the other creators.
MIT © Genesis Gabiola