Initial Settings for new UNIX/Linux Computer
This Repo contains some script for basic develop environment settings. With this, You can set this:
- set git aliases (See 2.1)
- set zshrc with install zsh, oh-my-zsh
- Install powerline font
- Internet connection
- git (optional)
$ git clone https://github.com/U-lis/initial-settings.git
or just download zip file and unzip it.
$ cd initial-settings
$ ./install.sh
If permission problem occurs, retry after $ chmod +x install.sh
follow introductions
- git co == git checkout
- git st == git status -sb
- git tags == git tag -l
- git br == git branch -a
- git re == git remote -v
- git lg == git log (one line pretty format with branch tree)
- install zsh
- install oh-my-zsh
- set
.zshrc
- install powerline-fonts(Inconsolata-dz, DejaVu Sans Mono)
- copy font files in user's local font directory
- These fonts enable zsh agnoster theme / vim-powerline plugin with pretty format
- use user's own .vimrc / .zshrc file
- change terminal theme in script
- install with one command like omzsh