Skip to content

janka102/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

My dotfiles for terminal environment. Also includes brew.sh to install Homebrew and some formulae, and defaults.sh to setup macOS with my preferred settings.

Install

git clone [email protected]:janka102/dotfiles.git
cd dotfiles
bash ./install.sh
# Follow prompts

Example ~/.extra:

# Git credentials
GIT_AUTHOR_NAME=""
GIT_COMMITTER_NAME="$GIT_AUTHOR_NAME"
git config --global user.name "$GIT_AUTHOR_NAME"

GIT_AUTHOR_EMAIL=""
GIT_COMMITTER_EMAIL="$GIT_AUTHOR_EMAIL"
git config --global user.email "$GIT_AUTHOR_EMAIL"

Releases

No releases published

Packages

 
 
 

Languages