Skip to content

yh147/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

new mac

If you are a new mac or a newly installed system, and want to install all the application and development environment and vim configuration

git clone https://github.com/yh1306/dotfiles.git && cd dotfiles/setup && chmod a+x install.sh && ./install.sh

step by setp

If you only want part of it, choose what you want and execute the corresponding script

Homebrew

Install Homebrew and SSH key pairs

git clone https://github.com/yh1306/dotfiles.git && cd dotfiles/setup && chmod a+x brew.sh && ./brew.sh

Applications

Install Applications

  • Chrome
  • IINA
  • Shadowsocksx-ng
  • iTerm2
bash utilities.sh

vimrc

bash vimrc.sh

bash_profile

bash bash_profile.sh && source ~/.bash_profile

web development

bash web.sh

java development

bash java.sh