Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bbxytl/b-dotfiles
My dotFiles
https://github.com/bbxytl/b-dotfiles
git shell-scripts swagger swagger-spec tmux vim youcompleteme
Last synced: about 9 hours ago
JSON representation
My dotFiles
- Host: GitHub
- URL: https://github.com/bbxytl/b-dotfiles
- Owner: bbxytl
- Created: 2015-07-20T08:13:21.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-02-22T10:24:53.000Z (9 months ago)
- Last Synced: 2024-10-31T07:51:32.880Z (7 days ago)
- Topics: git, shell-scripts, swagger, swagger-spec, tmux, vim, youcompleteme
- Language: Shell
- Homepage:
- Size: 1.13 MB
- Stars: 12
- Watchers: 2
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# b-dotFiles
----
## 主要配置有:
- shell
- vim
- tmux
- 中文man## 安装方式
- 首先clone到本地:
```
git clone https//github.com/bbxytl/b-dotfiles --recursive
cd b-dotfiles
./configure
cd ~/mydotfiles/b-dotfiles
```
- 分别安装,进入到各安装文件夹下,分别进行运行 `install-*.sh` 文件## 说明
- vim 配置安装查看 [b-vim][b-vim];
- 每一个文件夹内的都可单独配置,tmux 安装可能需要先安装对应的 依赖包;
- [更新日志][log]在 [`log`][log] 目录下;## 帮助文档
- [shell][shell]
- [vim][vim][b-vim]: https://github.com/nine2/b-vim
[log]: log/version.md
[shell]: ./b-shell/README.md
[vim]: ./b-vim/README.md