fkoh111 / dotfiles

Selection of :red_circle: files
0 stars 0 forks source link

feature/osx_settings #43

Closed fkoh111 closed 4 years ago

fkoh111 commented 4 years ago

Add osx settings

fkoh111 commented 4 years ago

fixed with branch feature/osx_settings

fkoh111 commented 4 years ago

_verify_os() { if test $(which sw_vers); then _os=$(sw_vers | awk 'NR==1{print $2, $3, $4}'); echo $_os elif type "$sw_vers" 2>/dev/null; then echo " > There's only environment settings for OSX." echo " > Skipping this step..." fi }

_verify_os