티스토리 뷰

===GPU 셋팅


http://jerrytory.tistory.com/




\\\ VIM 링크 : http://sparklingstar.tistory.com/entry/5-%EC%9A%B0%EB%B6%84%ED%88%AC%EC%97%90-Vim-%EC%84%A4%EC%B9%98-%EB%B0%8F-%EC%84%B8%ED%8C%85


VIM-tiny 삭제


sudo apt-get remove vim-tiny


Vim설치


sudo apt-get install vim


. adobe flash player ( 웹 서핑 시 필요)


sudo apt install flashplugin-installer



vlc media player(동영상 플레이어)


sudo apt-get install vlc browser-plugin-vlc


===GIT


sudo apt-get install libcurl4-gnutls-dev libexpat1-dev gettext libz-dev libssl-dev
sudo apt-get install git



2. GNOME-TWEAK-TOOL


sudo apt-get update

sudo apt-get install gnome-tweak-tool


- 글꼴

noto sans 내장됨


-테마


커서 테마 설정하기- Hackneyed https://www.gnome-look.org/p/999998/


링크에서 Files에서 다운받은 후, 압축해제. Hackneyed(테마이름) 안에 cursor 폴더와 index.theme 있는지 확인.


/usr/share/icons/ 로 옮김.


(폴더 밖에서) cp -r Hackneyed /usr/share/icons


cd /usr/share/icons 로 이동해 폴더 복사되었는지 확인.


gnome-tweak-tool 재시작 후, 커서 테마에 추가되었는지 확인.




-- DOCK 프로그램 - Plank


sudo add-apt-repository ppa:ricotz/docky

sudo apt-get update && sudo apt-get install plank


실행하면 plank 실행됨.







Gnome -shell Terminator => theme 적용까지.


=> https://gist.github.com/renshuki/3cf3de6e7f00fa7e744a


sudo add-apt-repository ppa:gnome-terminator
sudo apt-get update && sudo apt-get install terminator


=== zsh


sudo apt-get install zsh


.bashrc 정보를 .zshrc 로-


=== oh my zsh (GIT 설치되어있어야함)


sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"