An open API service indexing awesome lists of open source software.

https://github.com/root-hbx/config-mac-newbeginner

Config-Mac-NewBeginner is a detailed tutorial for beginners (especially programmers) who wanna handle basic skills on MacOS
https://github.com/root-hbx/config-mac-newbeginner

macos

Last synced: 9 months ago
JSON representation

Config-Mac-NewBeginner is a detailed tutorial for beginners (especially programmers) who wanna handle basic skills on MacOS

Awesome Lists containing this project

README

          

# Config-Mac-NewBeginner

> Config-Mac-NewBeginner is a detailed tutorial for beginners (especially programmers) who wanna handle basic skills on MacOS

## Structure of this Tutorial

- Basic Configuration Software: [XCode](https://developer.apple.com/xcode/) and [Homebrew](https://brew.sh/?gad_source=1)
- Terminal Simulator and Tools: [iTerm2](https://iterm2.com/) and [Oh my zsh](https://github.com/ohmyzsh/ohmyzsh/wiki/Plugins)
- Interesting Plugins and APPs: Too many! Really fancy!
- Commonly Used Text Editor and IDEs: [Vim](https://www.vim.org/), [Neovim](https://neovim.io/), [Emacs](https://www.gnu.org/software/emacs/), [VSCode](https://code.visualstudio.com/)
- Git and SSH: [Git](https://git-scm.com/), [GitHub](https://github.com/), [SSH](https://docs.github.com/en/authentication/connecting-to-github-with-ssh)

## Coming Soon

- Programming Language
- Python
- pyenv
- pip
- virtual environment
- the priciple behind it
- C++
- config in VSCode
- config in CLI
- Java
- config in VSCode
- config in IntelliJ IDEA
- Rust
- Virtual Machines and Dockers
- Docker
- VMware / VirtualBox / Parallel Desktop
- OrbStack

## Reference

- [ProGit](https://www.progit.cn/)
- [Mac-Setup-Guide](https://sourabhbajaj.com/mac-setup/)
- [awesome-mac](https://github.com/jaywcjlove/awesome-mac)