I don't know why but one liner dosen't work. I will search the reason, but temporally, I suggest download a code and run it.
$ curl -L -O raw.githubusercontent.com/dondakeshimo/dotfiles/master/setup/entrypoint/mac_full.sh
$ bash mac_full.sh
$ bash -c "$(curl -L raw.githubusercontent.com/dondakeshimo/dotfiles/master/setup/entrypoint/mac_full.sh)"
$ bash -c "$(curl -L raw.githubusercontent.com/dondakeshimo/dotfiles/master/setup/entrypoint/apt_full.sh)"
$ cd ~/src/github.com/dondakeshimo/dotfiles/setup/deployer
$ ./symlink.sh all
- Use zsh
chsh -s $(which zsh)
- if you use Mac
- echo "" >> /etc/shells
- Install teminal color scheme
setup/installer/solarized/
- Setup GitHub SSH connection
ssh-keygen -t rsa
- filename: /absolute/path/to/your/home/.ssh/id_git_rsa
- Install nerd-fonts
- Install Docker
- Install nvidia-docker
This repository's dotfiles are assume that bellow definitions.
BINARY PATH = ~/bin
REPOSITORY PATH = ~/src
REPOSITORY PLACEMENT RULE: equal to Golang pkg
When you want to change these paths, BE CAREFUL with all of dotfiles.