Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support AppleSilicon #50

Merged
merged 31 commits into from
Dec 24, 2020
Merged

Support AppleSilicon #50

merged 31 commits into from
Dec 24, 2020

Conversation

shuntaka9576
Copy link
Owner

@shuntaka9576 shuntaka9576 commented Nov 21, 2020

  1. install MacPorts macOS Big Sur v11

  2. install node-v14.15.1.pkg download and manual install. See node official

image

  1. install Xcode Command Line Tools
xcode-select --install
  1. install dotfiles

Warn: go.sh will fail, so please execute follow command several times. It is made idempotent.

$ bash <(curl -sL raw.github.com/shuntaka9576/dotfiles/feature/support-apple-sillicon/init/install.sh)
Set install branch name:feature/support-apple-sillicon
  1. Chrome
  • login Chrome
    • Copy and paste with 1password on your iPhone to sync your clipboard to your Mac
  • (After account sync) Similarly, login to Chrome extension 1password with clipboard sync from iPhone
  1. iTerm

6.1. font(font already installed. See 4.)
スクリーンショット 2020-11-23 14 50 20

6.2. enable alt key
image

6.3. import theme(theme already installed. See 4.)
import $HOME/repos/github.com/dracula/iterm/Dracula.itermcolors
image

6.4. select theme
image

TODO

@shuntaka9576 shuntaka9576 force-pushed the feature/support-apple-sillicon branch 4 times, most recently from 6d032ac to 5852158 Compare November 21, 2020 06:06
@shuntaka9576 shuntaka9576 force-pushed the feature/support-apple-sillicon branch 2 times, most recently from 543cc90 to a7d26bc Compare November 21, 2020 07:30
@shuntaka9576 shuntaka9576 force-pushed the feature/support-apple-sillicon branch 6 times, most recently from e088adf to 6d10458 Compare November 21, 2020 14:06
Comment on lines 23 to 32
export GOPATH=~/go
go get github.com/x-motemen/ghq
go get github.com/mrtazz/checkmake
go get github.com/gohugoio/hugo
go get github.com/mattn/memo
go get github.com/jesseduffield/lazygit
go get github.com/mattn/efm-langserver/cmd/efm-langserver
go get github.com/knqyf263/pet
go get github.com/mvdan/sh/cmd/shfmt
go get github.com/github/hub
Copy link
Owner Author

@shuntaka9576 shuntaka9576 Nov 22, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unstable
Please comment out and execute at worst


# install apps
mkdir homebrew && curl -L https://github.com/Homebrew/brew/tarball/master | tar xz --strip 1 -C homebrew
sudo mv homebrew /opt/homebrew
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
sudo mv homebrew /opt/homebrew
sudo mv --force homebrew /opt/homebrew

@shuntaka9576 shuntaka9576 marked this pull request as ready for review December 24, 2020 02:30
@shuntaka9576 shuntaka9576 merged commit 8c49589 into master Dec 24, 2020
@shuntaka9576 shuntaka9576 deleted the feature/support-apple-sillicon branch December 24, 2020 02:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant