This is my dotfiles for personal app configs and customizations. I mainly use zsh, but you might adapt for bash or other shells.
This repo is 100% open for you to explore and customize.
You need to have the following tools installed:
- Install Homebrew:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"- Clone this repository and open folder
dotfiles:
git clone git@github.com:tcelestino/dotfiles.git && cd dotfiles-
Open
.zshrcfile and change variablesUSER_NAME,USER_EMAILandNPM_SCOPE. You might setGH_TOKENandNPM_TOKENtoo. -
Set your email and name for git on
.gitconfigfile. -
Install zsh (if you not have it installed):
## linux
sudo apt update && sudo apt install zsh## macos
brew install zshzsh is default shell on latest versions of macOS
- Install oh-my-zsh:
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"- Run the install script:
./install --ssh-email <your-email-here>My apps and dev tools for Linux and macOS.
- To set the keyboard layout to include the 'ç' character on Ubuntu, follow the steps in the article "Ajeitando o cedilha errado (ć) no Ubuntu Linux"
See in LICENSE.