This repo includes some config files and scripts for Linux OS, git, vim and zsh.
├── init/
| ├── install.sh #An install script
| ├── _profile #Profile for shell
| ├── bin/ #Scripts install to $HOME/bin
| ├── git/ #Config for git
| ├── go/ #Config for go
| ├── os/ #Scripts to install required software packages
| ├── vim/ #Config for vim
| └── zsh/ #Config for zsh
|
├── vscode/ #Config for VSCode
├── win/ #Script for Windows
Usage
There is an install script under init/ folder. Just run it!
NOTES
Before running install.sh, please make sure all necessary packages have been
installed already. The scripts under init/os/ folder could be a good start.
The install.sh will create symbolic links under $HOME/bin/ to scripts under bin/. If the
$HOME/bin/ is not exist, it will create it. The $HOME/bin/ has been added to the PATH in
.zshrc.
After running the install.sh script, please open VIM and run command
:PlugInstall to install all vim plugins.
If you want to re-run the install script, please remove all installed files
at first.
There will be an “.extra” file under $HOME and be sourced by .zshrc. You can add some extra
setting into it.
My config file
This repo includes some config files and scripts for Linux OS, git, vim and zsh.
Usage
There is an install script under
init/folder. Just run it!NOTES
Before running
install.sh, please make sure all necessary packages have been installed already. The scripts underinit/os/folder could be a good start.The
install.shwill create symbolic links under$HOME/bin/to scripts underbin/. If the$HOME/bin/is not exist, it will create it. The$HOME/bin/has been added to the PATH in.zshrc.After running the
install.shscript, please open VIM and run command:PlugInstallto install all vim plugins.If you want to re-run the install script, please remove all installed files at first.
There will be an “.extra” file under $HOME and be sourced by .zshrc. You can add some extra setting into it.