https://github.com/kimushun1101/ubuntu-setup-scripts
Ubuntu-Desktop の設定スクリプト
https://github.com/kimushun1101/ubuntu-setup-scripts
git ubuntu xkb
Last synced: 6 months ago
JSON representation
Ubuntu-Desktop の設定スクリプト
- Host: GitHub
- URL: https://github.com/kimushun1101/ubuntu-setup-scripts
- Owner: kimushun1101
- License: apache-2.0
- Created: 2020-08-17T11:18:33.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-08-18T00:05:39.000Z (10 months ago)
- Last Synced: 2024-08-18T01:22:01.556Z (10 months ago)
- Topics: git, ubuntu, xkb
- Language: Shell
- Homepage:
- Size: 80.1 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[日本語](/README.md) | [English](/README_en.md) | [For me](/doc/setup_github_for_ssh_clone.md)
# Ubuntu-Desktop setup scripts
Ubuntu-Desktop に対するセットアップスクリプト
## Install
```
sudo apt install git
git clone https://github.com/kimushun1101/ubuntu-setup-scripts.git ~/.ubuntu-setup-scripts
# ~/.ubuntu-setup-scripts/1_run_all_scripts.bash # for Desktop
# ~/.ubuntu-setup-scripts/6_setup_server.bash # for Server
```## Contents
### 1_run_all_scripts.bash
5_delete_preference.bash 以外のすべてのスクリプトを実行する。
### 2_set_preference.bash
以下の設定を行う。
- ホームディレクトリのディレクトリ名を英語に変更
- vimbackup ディレクトリを作成
- config ディレクトリにあるファイルのシンボリックリンクを各所に作成
- 時計に日付と曜日を表示
- Windows とデュアルブートしたときに時計がずれないように設定
- Caps Lock キーをCtrl キーに変更
- xkb を使用して無変換キー+hjkl などでカーソル移動ができるように設定
- Mozc のキー設定を変更して、変換キーや無変換キーで日本語入力切り替えができるように設定### 3_install_software.bash
GNOME TerminatorとGoogle Chrome、VS Code、Docker をインストールする。
不要なソフトはご自身でコメントアウトしてください。### 4_set_github_config.bash
Git とGitHub を使うための準備をする。
- Git をインストール
- Git のglobal config を設定
- ed25519 でSSH キーを生成
- GitHub のSSH setting のページを開き、SSH キーの登録を促す
- GitHub への接続を確認### 5_delete_preference.bash
2_set_preference.bash によって作られたファイルを削除する。
再設定したい場合には2_set_preference.bash を再実行してください。