os/MAC
-
aseprite ios compileos/MAC 2020. 8. 21. 03:48
github.com - aseprite 1.2.25 INSTALL.md github.com - skia releases Xcode ImBada/Aseprite-Korean aseprite install REQUIRE cmake, ninja, Xcode brew cask install cmake brew install ninja install MAC Xcode skia download Skia-macOS-Release-x64.zip Extract skia and using path: $HOME/deps/skia INSTALL # Downalod git clone --recursive https://github.com/aseprite/aseprite.git cd aseprite git pull # Submo..
-
mac iTerm2 alt+arrow, alt+backspace shortcutsos/MAC 2020. 5. 1. 22:34
Add alt-arrows and alt-backspace shortcuts alt + left: send ESC + b alt + right: send ESC + f alt + backspace: send HEX "0x17" 1. 환경설정(Cmd+,) 2. Profile 3. Keys 탭 > Key Mappings 항목 4. 변경 : Option(Alt) + ← : Send Escape Sequence + b 5. 변경 : Option(Alt) + → : Send Escape Sequence + f 6. 추가 : Option(Alt) + 🔙(Backspace) : Send Hex Code + 0x17
-
Mac zshos/MAC 2020. 1. 28. 12:57
Mac zsh https://support.apple.com/ko-kr/HT208050 kevin-smets/iterm2-solarized.md Mac OS 터미널에 ZSH 설치하기 romkatv/powerlevel10k Theme macOS Catalina부터는 Mac에서 zsh를 기본 로그인 셸 및 대화형 셸로 사용합니다. 이전 버전의 macOS에서도 zsh를 기본 셸로 설정할 수 있습니다. Oh My ZSH install # oh0my-zsh install sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" # oh-my-zsh install curl -L https:..
-
MAC iterm split window moveos/MAC 2017. 4. 27. 08:30
iTerm2 DocumentationiTerm2 Alternatives for Windows General Usage brew cask install iterm2 탭 사이 탐색 Cmd+left arrow, Cmd+right arrow navigates among tabs. So does Cmd-{ and Cmd-}. 탭 번호 이동 Cmd+number navigates directly to a tab. 윈도우 번호 이동 Cmd+Option+Number navigates directly to a window. 분할된 창 탐색 Cmd+Option+Arrow keys navigate among split panes. 분살된 창 순서대로 탐색 Cmd+] and Cmd+[ navigates among split p..
-
Mac Bash Alias 설정os/MAC 2017. 2. 6. 08:30
OS X Terminal Colors [closed] [Mac] 터미널 컬러링을 위한 초기 설정 MAC 유저를 위한 alias 설정. Mac Bash Alias 설정 #.bash_profile if [ -f ~/.bashrc ]; then . ~/.bashrc fi #============================================================ # # ALIASES AND FUNCTIONS # Arguably, some functions defined here are quite big. # If you want to make this file smaller, these functions can #+ be converted into scripts and removed from..
-
brew permission 에러os/MAC 2016. 12. 6. 08:30
How to fix homebrew permissions? brew install python3 ssl관련 에러가 빵빵 터지는 중 구글링으로 Permission 문제를 해결하니 설치가 잘 된다. $ brew install phthon3 ..... READ THIS: https://git.io/brew-troubleshooting These open issues may also help: OpenSSL@1.1 Migration [Tracking] https://github.com/Homebrew/homebrew-core/issues/4543 The description for openssl installation is misleading https://github.com/Homebrew/homebrew-c..