This is my personal configuration repository. I am a MacOS user so it is currently only supporting MacOS.
It allows me to have a development environment up
and running, as well as my main applications installed
by running a single setup.sh script.
These are the different steps the script currently supports:
| Steps |
|---|
| Install Xcode command line tools |
| Install Homebrew |
| Install Application from the Brewfile |
| Creates simlink for the different configurations |
For a list of all Applications, refer to the Brewfile.
2 IDEs are installed:
- Neovim (more information on the plugins and shortcuts available following the link)
- Visual Studio Code
Plugins for VScode are as well installed.
TODO:table
TODO:explanation
Before installing, change the name and email in the .gitconfig file with your own.
Open a terminal and run the following command
git clone [email protected]:alrapal/.my_configs.git ~
cd ~/.my_configs
sh setup.shThis will clone this repository in the ~ directory and process to the installation.