[macOS][iterm2]iterm2 테마 변경하기 https://ooeunz.tistory.com/21 [개발 환경] iTerm2로 터미널 커스텀하기 ZSH Z Shell이란 기본적으로 사용하는 터미널의 확장된 기능을 가지고 있는 애플리케이션이다. 무엇보다 장점은...... 이쁘다는 거...^^ 필자가 사용하는 커스텀 형태이다. agnoster테마와 sanzzy테마를 � ooeunz.tistory.com mac os 5년 전
[macOS]맥 기본 압축 프로그램으로 압축후 windows사용자에게 공유시 한글깨짐 현상 맥 기본 압축 프로그램으로 압축후 windows사용자에게 공유시 한글깨짐 현상이 있었다.그래서 맥용 무료 압축 프로그램을 찾던중 Keka라는 프로그램을 찾았다.Keka로 압축후 slack공유후 windows사용자에게 확인해보니 한글이 깨지지 않고 잘 압축해제되었다. 첨 Keka프로그램을 열었을땐 어떻게 실행하는지 몰라 당황했는데, 그냥 압축하고자하는 파일, 폴더를 drag & drop하면 된다.https://www.keka.io/en/Keka - the macOS file archiverStill too big... If the files are really huge and they do not fit your mail or server, just split them into pieces. Don't w.. mac os 5년 전
[macOS][vsCode]터미널에서 Visual Studio Code 실행하기 How to set1. Visual Studio Code를 실행한다.2. Command Palette(View ❯ Command Palette)을 연다(단축키 : ⌘(command) + ⇧(shift) + P)3. shell command 를 타이핑한다. 4. Shell Command: Install 'code' command in Path를 선택한다.5. 터미널에서 해당 디렉토리로 Visual Studio Code를 실행해본다.$ code .참고사이트https://stackoverflow.com/questions/29971053/how-to-open-visual-studio-code-from-the-command-line-on-osxHow to open Visual Studio Code from the.. mac os 5년 전
[macOS]맥에서 파일디렉토리 구조 출력 원하는 디렉토리에 가서 아래 명령어 실행 $ tree 혹시 없다면 설치 $ brew install tree $ tree --help usage: tree [-acdfghilnpqrstuvxACDFJQNSUX] [-H baseHREF] [-T title ] [-L level [-R]] [-P pattern] [-I pattern] [-o filename] [--version] [--help] [--inodes] [--device] [--noreport] [--nolinks] [--dirsfirst] [--charset charset] [--filelimit[=]#] [--si] [--timefmt[=]] [--sort[=]] [--matchdirs] [--ignore-case] [--fromfile] [-.. mac os 5년 전
[macOS]mac에서 ssh접속 편하게 하기 ~/.ssh/config 에 설정(없으며 만든다.) Host forward HostName 123.456.789.12 User ec2-user IdentityFile ~/identity/pemFileName.pem LocalForward localhost:1234 amazonaws.com:3306 Host aws HostName 234.567.890.12 User userName IdentityFile ~/identity/pemFileName.pem Host : 나중에 ssh명령어 뒤에 넣을 이름 HostName : IP IdentityFile : pemfile경로 LocalForward {localhost:로컬에서사용할포트} {원격지IP:포트} $ ssh forward $ ssh aws ssh명령어로 .. mac os 5년 전
[macOS]Terminal Shortcut 터미널 단축키 입력행 시작부분까지 삭제 Ctrl + U 참고사이트 https://support.apple.com/ko-kr/guide/terminal/trmlshtcts/mac Mac용 터미널의 키보드 단축키 Mac의 터미널에서 키보드 단축키를 사용하여 작업을 빠르게 수행할 수 있습니다. support.apple.com mac os 5년 전
[macOS]finder에서 경로 가져오기 https://macinjune.com/all-posts/mac/tip/%EB%A7%A5-%ED%8C%8C%EC%9D%B8%EB%8D%94%EC%97%90%EC%84%9C-%ED%8C%8C%EC%9D%BC-%EA%B2%BD%EB%A1%9C-%EB%94%B0%EA%B8%B0/ mac os 5년 전
[macOS]파일 시스템 구조 https://xho95.github.io/macos/file-system/directory/2020/04/20/macOS-File-System-Layout.html macOS: 파일 시스템 (APFS) 의 기본 디렉토리 구조 이 글은 macOS 의 파일 시스템에 있는 기본 디렉토리 (directory) 들을 정리한 글입니다. 이를 통해 macOS 에서 사용하는 각각의 설정 파일들이 어떤 디렉토리에 위치하게 되는지 이해할 수 있습니다. m xho95.github.io mac os 5년 전