Macbook M1 Install - unders/mywiki GitHub Wiki

1. Apple Command Line Tools

xcode-select --install

2. Preinstalled

  • Vim
  • Git

3. Git Config

http://git-scm.com/book/en/v2/Customizing-Git-Git-Configuration

git config --list
git config --global core.editor vim
git config --global user.name "Anders Törnqvist"
git config --global user.email [email protected]
git config --list

4 Github Destop

5. Install 1password

6. SSH & GitHub

ls -al ~/.ssh
mkdir ~/.ssh
ssh-keygen -t ed25519 -C "[email protected]"
pbcopy < ~/.ssh/id_ed25519.pub

7. Track Dotfiles

8. Install Jetbrains

9. Docker

Multitasking

  • Alt 1: Use Opera workspaces, Tmux & Terminal, Vim & GoLand, Nix and Brew Cask, Nanobox & Docker, in order to do a minimal install on the system.
  • Alt 2: Use VMs; Parallels

References

Git

VM Parallels

Nix

Brew

Development

Command Line Apps

Terminal

  • Tmux ...

VIM

GUI Apps

Docker

Guides