Hey! 👋
This repo stores my personal app configs and customizations. I mainly use zsh, but you can adapt for bash or other shells. Since I work with macOS and Ubuntu, configs are optimized for these OSs. But no worries - you can easily tweak them for other systems too!
This repo is 100% open for you to explore and customize. Just clone it and swap my configs with yours - makes it super easy to get your dev environment up and running on any new machine.
- Clone this repository to your local machine:
git clone [email protected]:tcelestino/dotfiles.git
- Open folder
dotfiles
and set run file to install
chmod +x install
- Open
.zshrc
file and change variables "USER_NAME", "USER_EMAIL" and "NPM_SCOPE". You might setGH_TOKEN
andNPM_TOKEN
too.
4. Run the install script
```bash
./install
GH_TOKEN
and NPM_TOKEN
!!
- To set the keyboard layout to include the 'ç' character on Ubuntu, follow the steps in the article "Ajeitando o cedilha errado (ć) no Ubuntu Linux"
- If you use iTerm2, you might import the color scheme and other configurations into iTerm2. The settings can be found in the "iterm2" folder.
If you have any suggestions, improvements, or bug fixes, feel free to open an issue or submit a pull request. I'm always looking for ways to improve my configurations and make them more efficient and user-friendly. Read the CONTRIBUTING.md for more information.
This project follows the Conventional Commits specification. Please use it when making changes to the codebase.
See in LICENSE.