Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/laixintao/myrc
⚙️ My Linux Config files.
https://github.com/laixintao/myrc
bash linux vim vimrc
Last synced: 19 days ago
JSON representation
⚙️ My Linux Config files.
- Host: GitHub
- URL: https://github.com/laixintao/myrc
- Owner: laixintao
- License: apache-2.0
- Created: 2016-12-06T08:33:50.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-11-06T02:17:31.000Z (about 1 month ago)
- Last Synced: 2024-11-17T03:02:51.959Z (26 days ago)
- Topics: bash, linux, vim, vimrc
- Language: Vim Script
- Homepage:
- Size: 4.62 MB
- Stars: 171
- Watchers: 8
- Forks: 19
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- my-awesome - laixintao/myrc - 11 star:0.2k fork:0.0k ⚙️ My Linux Config files. (Vim Script)
README
# 勤快的程序员不是好的程序员。
![My work bench](./screenshoots/work-bench-20171109b.png)
- Mac Gui app 使用 brew cask 管理;
- Mac 命令行程序使用 brew 管理;
- Python项目使用 virtualenvwrapper 管理;
- Python命令行工具使用 pipsi 管理;
- 虚拟机使用 vagrant 管理;# myrc
My config files in Linux.
Now support:
- yarn
- bash
- zsh
- vim
- tmux
- some shell scripts for my own work
- custom zsh theme
- automatic load dev enviroment via tmux# Install COC
Go to `myrc/.config/coc/extensions` run `npm install`.
# usage
0. molokai color scheme
1. run install [myrc path]
2. Some Installation please refer to .vimrc
1. BundleInstall
2. YouCompleteMe Install
3. Install dircolors and solarized for terminal manually:https://www.kawabangga.com/posts/1887need to set option key as Meta key from iterm2:
https://superuser.com/questions/649960/option-key-does-not-work-as-meta-in-tmux# todo list
- [x] shell script to delete the original rc files, and make softlinks to replace it .
- [x] reorgainze the files
- [x] wttr.in auto run when first time to open shell (by tmux)1. install `xcode-select --install`
2. install `brew`
3. install zsh
4. install oh-my-zsh
5. install pip