Skip to content

possior/config-bash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

日本語English

Bashの設定

目次

Bashをインストール

GNU公式サイト(外部リンク)を参照すること。

Bashの設定を適用

最新版の設定を適用するためには以下の命令文を実行すること。以下のフラッグやオプションを命令文に続けて付すことで、挙動を調整することができる。

  • -o, --overwrite:設定ファイルが既に存在する場合は上書きする。
  • -p, --preserve:設定ファイルが既に存在する場合は上書きしない。
bash <(curl -s https://raw.githubusercontent.com/possior/config-bash/default/install.sh)

Bash Configuration

Table of Contents

Installing Bash

Reference the GNU official site (external link).

Applying Bash Configuration

To apply the latest configuration, execute the following command. You can modify the behavior by adding the following flags and options after the command.

  • -o, --overwrite: overwrite if configuration files already exist
  • -p, --preserve: don't overwrite if configuration files already exist
bash <(curl -s https://raw.githubusercontent.com/possior/config-bash/default/install.sh)

About

Bash configuration files that I reuse.

Topics

Resources

License

Stars

Watchers

Forks

Contributors

Languages