Skip to content

dave30406/ubuntu-initialize-script

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ubuntu 20.04 初始化腳本

Configuration

...
#--------------------------------------------------
# OE Settings
#--------------------------------------------------
OE_USER="poliyka"
...
...
#--------------------------------------------------
# Choose Dependencise
#--------------------------------------------------
INSTALL_RANGER="True"
INSTALL_NVM="True"
INSTALL_YARN="True"
INSTALL_PYENV="True"
INSTALL_FZF="True"
CONFIG_BASHRC_COLOR="True"
CONFIG_GIT_ALIAS="True"
...

Usage

sudo ./install.sh

安裝完成後

source ~/.bashrc

Introduction

  • INSTALL_RANGER

    快速瀏覽料夾工具, 啟動方式在 Terminal 中輸入 ranger

image

  • INSTALL_NVM

    前端 npm 版本管理工具

image

  • INSTALL_YARN

    前端 yarn package manager

image

  • INSTALL_FZF

    快速查詢檔案功能,快速鍵 ctrl+t

image

  • CONFIG_BASHRC_COLOR

    客製化 bash 指令

image

  • CONFIG_GIT_ALIAS

    客製化 git 指令

image

Notice

  1. 不要重複安裝相同的套件,否則會產生 Garbage Code.
  2. 如有要安裝特定版本請自行修改腳本

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Shell 73.8%
  • Python 26.2%