알아두면 편한 개발지식

    파이썬을 쉽게 이용할수 있는 bpython

    bpython-interpreter.org/downloads.html Downloads - bpython Downloads The easiest way to get bpython is by installing it with pip, preferably in your virtual environment. There are several other ways of installing or getting the source to bpython as well. Release tarball The latest release for bpython is 0.19 and y bpython-interpreter.org 안에 링크에 들어가면 os별로 설치 코멘트가 있다.

    화면보호기 설정

    brewinstall.org/install-asciiquarium-on-mac-with-brew/ Install asciiquarium on Mac with Brew | BrewInstall asciiquarium installation on Mac using Brew. BrewInstall lets you find your favourite Mac app and lists the commands to install them. brewinstall.org 위에 블로그의 설치법을 참고하면, 화면보호기로 물고기가 뜨게 할 수 있다.

    Zsh 셀 이용하기

    zsh셀에는 정말 많은 기능들이 있다. 그중 내가 가장 좋아하는 기능 두가지를 소개하려고 한다. 1)최근 검색어를 추전해주는 기능이다. 회색 글씨로 추천 글씨가 뜨고 오른쪽 방향키를 누르면 완성이 되어 매우 편리하다. 2)두번째로는 git허브 브런치를 옆에 띄어준다. git 작업을 할때 매우 편리하다. 이런 zsh셀을 맥 터미널에 기본 default로 한번 설정해 보려고 한다. cat /etc/shells 이 명령어를 통해 현재 맥에 설치 되어 있는 셀을 확인 할 수 있다. 아마 맥은 zsh셀이 깔려 있을 것이다. chsh -s /bin/zsh 이 명령어를 통해 zsh셀을 맥에 기본 터미널로 설정할 수 있다. 새 터미널을 열면 업데이트를 하겠냐고 나온다. y를 누르면된다. 서버에서도 zsh셀로 바꿀수 있..