'개발 환경'에 해당되는 글 1건

  1. 2022.10.11 ubuntu 개발 환경

ubuntu 개발 환경

OS/linux 2022. 10. 11. 12:37
반응형

font - D2Coding 개발용으로 깔끔

mkdir ~/.local/share/fonts/Unknown\ Vendor/TrueType/D2Coding -p

cp D2Coding-Ver1.3.2-20180524-all.ttc ~/.local/share/fonts/Unknown\ Vendor/TrueType/D2Coding/D2Coding_Regular.ttc

 

cinnamon desktop 윈도우 환경과 비슷한 느낌으로 편함

 

chrome 브라우저

 

zshell 기본 shell을 zshell 로 변경 - 자동 완성 등 명령 치는 시간 엄청 단축

 

neovim 기존 vim 대신 사용

 

git

 

ssh

 

remmina 윈도우 remote desktop

 

docker 빌드용으로 ubuntu 버전과 상관 없이 동일 개발 환경 제공

 

pet 자주쓰는 명령어 저장 및 불러오기

 

terminator 창분할을 지원 하는 터미널

 

guake F11 키를 입력하면 터미널 즉시 실행

 

virtualbox 다른 os 테스트 용

 

android studio

 

cherrytree 노트용

 

startup command /etc/rc.local 파일에 있는 명령을 부팅 시 자동 실행함

cat /etc/rc.local

#! /bin/bash

 

diff-so-fancy

https://github.com/so-fancy/diff-so-fancy

sudo npm -g install diff-so-fancy

반응형
: