Skip to content

cades/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

My personal dotfiles, managed with GNU Stow.

Homebrew bundle files and install scripts are included also.

GitHub ssh config

When get a new MacBook, first thing to do is setup ssh for GitHub. Let's follow GitHub official instruction:

Credential

Sensitive data are saved into separate config files, which need to be added manually. Note since these credential configs will be imported in main configs, this step should be done before running install scripts.

.zshenv.custom

export github_user=<user>
export HOMEBREW_GITHUB_API_TOKEN=<token>
export OPENAI_API_KEY=<key>

.gitconfig.custom

[github]
	user = <user>
	token = <token>

Installation

Now open Terminal app and execute:

git clone https://github.com/cades/dotfiles.git ~/.dotfiles
cd .dotfiles
./scripts/1-setup-brew.sh
./scripts/2-install-dotfiles.sh

Note that you may be asked for password several times during this process.

cd .dotfiles
./scripts/3-zsh.sh
./scripts/4-emacs.sh
./scripts/5-tmux.sh

References

About

personal dotfiles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published