Skip to content

tcelestino/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

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.

Requirements

You need to have the following tools installed:

How to use

  1. Install Homebrew:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
  1. Clone this repository and open folder dotfiles:
git clone git@github.com:tcelestino/dotfiles.git && cd dotfiles
  1. Open .zshrc file and change variables USER_NAME, USER_EMAIL and NPM_SCOPE. You might set GH_TOKEN and NPM_TOKEN too.

  2. Set your email and name for git on .gitconfig file.

  3. Install zsh (if you not have it installed):

## linux
sudo apt update && sudo apt install zsh
## macos
brew install zsh

zsh is default shell on latest versions of macOS

  1. Install oh-my-zsh:
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
  1. Run the install script:
./install --ssh-email <your-email-here>

Apps and dev tools

My apps and dev tools for Linux and macOS.

Additional Configurations

License

See in LICENSE.

About

My dotfiles for personal app configs and customizations.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Languages