目录
目录README.md

My config file

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

  1. 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.

  2. 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.

  3. After running the install.sh script, please open VIM and run command :PlugInstall to install all vim plugins.

  4. If you want to re-run the install script, please remove all installed files at first.

  5. There will be an “.extra” file under $HOME and be sourced by .zshrc. You can add some extra setting into it.

关于

我的配置

362.0 KB
邀请码
    Gitlink(确实开源)
  • 加入我们
  • 官网邮箱:gitlink@ccf.org.cn
  • QQ群
  • QQ群
  • 公众号
  • 公众号

©Copyright 2023 CCF 开源发展委员会
Powered by Trustie& IntelliDE 京ICP备13000930号