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
- Host: GitHub
- URL: https://github.com/root-hbx/config-mac-newbeginner
- Owner: root-hbx
- License: gpl-3.0
- Created: 2024-04-24T16:50:43.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-24T17:16:34.000Z (about 2 years ago)
- Last Synced: 2025-09-25T02:54:03.751Z (10 months ago)
- Topics: macos
- Homepage:
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)