Skip to content

This is a repository with the dotfiles I always use and the plugins for xCode.

Notifications You must be signed in to change notification settings

nicoyuste/dotFiles-Plugins

Repository files navigation

Dot files -> Save your machine

If you run ./save_machine.sh is going to execute a set of scripts that will save the following configurations into this repository. If you comment and push this repository, you could run ./install_machine.sh and it will install everything what was saved before.

Save/Install git configuration

It contains all my git configuration:

  • gitconfig file.
  • gitignore_global file.
  • A bash file that adds autocomplete feature for git commands and branches to your terminal.

When you run ./save_machine.sh; gitconfig and gitignore_global get overriden by the ones in your machine so you don´t have to worry about any of my information.

Save/Install bash configuration

Similar to the git configuration. It saves and installs the following files into my user root folder:

  • bash_profile file.
  • bash_rc file.
  • profile file.
  • lldbinit file.

Some times you have information in this files that you don´t want to publish in github. Be sure to delete those lines before pushing to github.

Save/Install gems

It loops through all the gems that you have installed in your machine and saves that. When you ./install_machine.sh it will install all those gems for you.

Save/Install brew apps

It loops through all the apps installed with brew that you have in your machine and saves that. When you ./install_machine.sh it will install all those apps for you.

This I want to do:

  • Save all pip installed in the machine.

License Beerware:

THE BEER-WARE LICENSE" (Revision 42): phk@FreeBSD.ORG wrote this file. As long as you retain this notice you can do whatever you want with this stuff. If we meet some day, and you think this stuff is worth it, you can buy me a beer in return Poul-Henning Kamp

About

This is a repository with the dotfiles I always use and the plugins for xCode.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages