Skip to content

Repository files navigation

setup

change language

open

$ open -a "System Preferences.app"

setting

  • choose menu language & region
  • add prefrred languages to english

change default shell to bash

chsh -s /bin/bash

make gdb codesigin

open

$ open -a "Keychain Access.app"

make cert

  • choose menu [keychain access] -> [certificate assistantt] -> [create a certificate...]
  • create your certificate dialog
    • input name [gdb-cert]
    • select [code signing]
    • check [let me override defaults]
  • certificate information dialog
    • input validity period => max day
  • specify a location for the certificate dialog
    • select [system]

env setup

$ xcode-select --install
$ ssh-keygen -t rsa

dotfiles setup

$ git clone https://github.com/kensei/dotfiles.git
$ cd dotfiles
$ ./setup.sh
$ sudo xcodebuild -license accept
$ xcodebuild -runFirstLaunch

vim setup

mkdir -p ~/.vim/{autoload,plugged}
curl -fLo ~/.vim/autoload/plug.vim https://github.com/ghraw/junegunn/vim-plug/master/plug.vim

vim => PlugInstall

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages