Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kimxwan0319/setupmacmanual

πŸ’» ν”ν•œ 개발자의 MAC μ…‹μ—… 맀뉴얼
https://github.com/kimxwan0319/setupmacmanual

Last synced: 21 days ago
JSON representation

πŸ’» ν”ν•œ 개발자의 MAC μ…‹μ—… 맀뉴얼

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)