Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kimxwan0319/setupmacmanual
π» νν κ°λ°μμ MAC μ
μ
맀λ΄μΌ
https://github.com/kimxwan0319/setupmacmanual
Last synced: 21 days ago
JSON representation
π» νν κ°λ°μμ MAC μ μ 맀λ΄μΌ
- Host: GitHub
- URL: https://github.com/kimxwan0319/setupmacmanual
- Owner: kimxwan0319
- Created: 2021-08-19T05:02:57.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-24T09:07:02.000Z (about 3 years ago)
- Last Synced: 2024-12-04T01:34:24.136Z (23 days ago)
- Homepage:
- Size: 25.4 KB
- Stars: 13
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SetUpMacManual
π» νν κ°λ°μμ MAC μ μ 맀λ΄μΌ
> PRμ νμμ λλ€!!
# 곡ν΅
## Apps
* [Typora](https://typora.io/#download)
* [Notion](https://www.notion.so/desktop)
* [Slack](https://slack.com/intl/en-kr/downloads/mac?geocode=en-kr)
* [Figma](https://www.figma.com/downloads/)
* [Gather.town](https://www.gather.town/download)
* [Macs Fan Control](https://crystalidea.com/macs-fan-control/download)
* [νμ»΄](https://www.hancom.com/mypage/myIndivPrdtList.do)
* Version controller
* [GitKraken](https://www.gitkraken.com/)
* [Source Tree](https://www.sourcetreeapp.com)## CLI
* **Homebrew**
```bash
$ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
$ echo 'export PATH=/opt/homebrew/bin:$PATH' >> ~/.zshrc
$ source ~/.zshrc
```+ **zsh**
```bash
# zsh μ€μΉ
$ sudo apt-get install zsh
# μ€μΉκ²½λ‘ νμΈ
$ which zsh
#=> /usr/bin/zsh
# κΈ°λ³Έ sh λ³κ²½
$ chsh -s $(which zsh)+ Oh-my-zsh
```bash
# oh-my-zsh μ€μΉ
$ sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"## Safari Extensions
[μ€μΉλ°©λ²](https://support.apple.com/ko-kr/HT203051)
* [Vimari](https://apps.apple.com/kr/app/vimari/id1480933944?l=en&mt=12)
* [Octotree](https://apps.apple.com/kr/app/octotree/id1457450145?l=en&mt=12)## λ¨μΆν€
* [νμ¬ νμΌμ ν°λ―Έλ μ΄κΈ°](https://ifuwanna.tistory.com/261)
## Finder
* **κ²½λ‘ λ§λ νμ**
`β₯ + β + p`
* **μν λ§λ νμ**`β + /`
* **μ¨κΈ΄ νμΌ νμ**`β + β§ + .`
# λΆμΌλ³
* [Backend](https://github.com/kimxwan0319/SetUpMacManual/blob/main/Backend/Backend.md)
* [WebFront](https://github.com/kimxwan0319/SetUpMacManual/blob/main/WebFront/WebFront.md)
* [iOS](https://github.com/kimxwan0319/SetUpMacManual/blob/main/iOS/iOS.md)
* [Andorid](https://github.com/kimxwan0319/SetUpMacManual/blob/main/Android/Android.md)