Skip to content

dondakeshimo/dotfiles

Repository files navigation

dotfiles

Install

1. Install requirements and setting zsh

If you use M1 Mac

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
If you use Mac
$ bash -c "$(curl -L raw.githubusercontent.com/dondakeshimo/dotfiles/master/setup/entrypoint/mac_full.sh)"
If you use Linux(apt)
$ bash -c "$(curl -L raw.githubusercontent.com/dondakeshimo/dotfiles/master/setup/entrypoint/apt_full.sh)"

2. Deploy dotfiles

$ cd ~/src/github.com/dondakeshimo/dotfiles/setup/deployer
$ ./symlink.sh all

(3. More)

  • 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

Agreement

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.