-
Linux only
-
(optional) install zsh>=5.8
-
e.g.,
sudo apt install zshfor Ubuntu>=20.04 (for <20.04, zsh>=5.8 can only be installed from source) -
check version:
zsh --version
-
-
make the workspace
git clone --depth 1 https://github.com/LynnHo/Make-Workspace # mirror: git clone --depth 1 https://gitee.com/LynnHo/Make-Workspace cd Make-Workspace source make_workspace_stable.sh # source make_workspace_latest.sh
-
(optional) customization
-
create
~/.userrcor~/.ws/.userrcand set your own utils (alias, functions, variables, etc.) -
do not edit
~/.zshrc -
create
~/.prercand set your pre-run commands (e.g.,[[ "${ZSH_SUBSHELL:-0}" -eq 0 ]] && [[ "${BASH_SUBSHELL:-0}" -eq 0 ]] && [[ -z "$TMUX" ]] && exec tmux new-session -A -s WORKSPACEfor auto tmux)
-
-
manually update (automatically update every day by default):
udws
-
Notifications
You must be signed in to change notification settings - Fork 0
LynnHo/Make-Workspace
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|