Skip to content

Commit 783fc7e

Browse files
committed
Merge branch 'develop'
2 parents 3665d4b + bfcf7ef commit 783fc7e

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,13 @@
44

55
| .sh File | Installation | Config | $Shell |
66
| :----------------------- | :----------------------------------------------------------------------------------------------------------------- | :----------------------------------------------------- | ------ |
7-
| **package.sh** | git, vim, curl, wget, make, typing_method: ibus, ibus-chewing, extra_packages: openssh-server, screen, python3-pip | git editer, git config --global user.name & user.email, custom `$HOME/.vimrc` | `bash` |
7+
| **package.sh** | git, vim, curl, wget, make, typing_method: ibus, ibus-chewing, extra_packages: openssh-server, tmux, python3-pip | git editor, git config --global user.name & user.email, custom `$HOME/.vimrc` | `bash` |
88
| **zsh_ohmyzsh_setup.sh** | zsh, oh-my-zsh | | `bash` |
99
| **ohmyzsh_config.sh** | powerlevel10k, zsh-autosuggestions, zsh-syntax-highlighting | custom `$HOME/.p10k.zsh`, `$SHELL profile` | `zsh` |
1010
| **terminal_config.sh** | | custom `gnome_terminal`, `$SHELL profile` | `bash` |
1111
| **application.sh** | VScode, Google Chrome, VLC, GIMP, kolourpaint4, OBS | | `bash` |
1212
| **language_package.sh** | pyenv, pipenv, nvm | `$SHELL profile` | `bash` |
13-
| **custom_function.sh** | `nvm()`: for seed up shell. `pipenv_correspond()`: find the correspond venvs & remove it. | `$SHELL profile`, `$HOME/.customfinction` | `bash` |
14-
13+
| **custom_function.sh** | `nvm()`: for seed up shell. `pipenv_correspond()`: find the correspond venvs & remove it. | `$SHELL profile`, `$HOME/.customfunction` | `bash` |
1514

1615
Every .sh file can independent work.
1716

@@ -26,6 +25,6 @@ chmod +x ./all_setup.sh
2625

2726
This all_setup.sh need to execute two times, follow the step:
2827

29-
1. Execute the script to compelete package.sh and ZSH setup.
28+
1. Execute the script to complete package.sh and ZSH setup.
3029
2. Relogin.
31-
3. Execute the script to compelete others .sh file.
30+
3. Execute the script to complete others .sh file.

0 commit comments

Comments
 (0)