Skip to content

Latest commit

 

History

History
82 lines (55 loc) · 1011 Bytes

README.md

File metadata and controls

82 lines (55 loc) · 1011 Bytes

My dotfiles

Installation

You can conduct all setups by

#!/bin/bash
make

or step by step as follows:

1. homebrew / apt

  • Install zsh, vim, tmux, git etc.
#!/bin/bash
cd install && make

2. zsh

  • Setup for zsh configuration (zsh installation is not included)
#!/bin/bash
cd zsh && make
sudo reboot

3. vim

  • Setup for vim configuration (vim installation is not included)
#!/bin/bash
cd vim && make

4. tmux

  • Setup for tmux configuration (tmux installation is not included)
#!/bin/bash
cd tmux && make

5. miniconda

  • Install python/conda environment via miniconda
#!/bin/bash
cd python && make

6. peco

  • Install peco (Linux)
  • peco is installed in install by default. If it is impossible to use apt for Linux, command as follows:
#!/bin/bash
cd peco && make

Dependency

  • homebrew (OSX) / apt (Linux)
  • zsh
  • tmux
  • vim
  • miniconda
  • peco

Contact

[email protected]