Skip to content

My personal configurations, settings and customizations.

License

Notifications You must be signed in to change notification settings

tcelestino/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

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!

Usage

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.

Getting Started

  1. Clone this repository to your local machine:
git clone [email protected]:tcelestino/dotfiles.git
  1. Open folder dotfiles and set run file to install
chmod +x install
  1. Open .zshrc file and change variables "USER_NAME", "USER_EMAIL" and "NPM_SCOPE". You might set GH_TOKEN and NPM_TOKEN too.
4. Run the install script

```bash
./install

⚠️ Don't forget to set values GH_TOKEN and NPM_TOKEN!!

Additional Configurations

  • 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.

Contributing

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.

License

See in LICENSE.

About

My personal configurations, settings and customizations.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published