https://github.com/hengxin/dotfiles
dotfiles: a central repository for configurations
https://github.com/hengxin/dotfiles
bashrc configuration dotfiles git tmux ubuntu vim vimrc
Last synced: 2 months ago
JSON representation
dotfiles: a central repository for configurations
- Host: GitHub
- URL: https://github.com/hengxin/dotfiles
- Owner: hengxin
- Created: 2016-05-08T03:09:05.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2019-07-11T07:49:19.000Z (almost 7 years ago)
- Last Synced: 2025-10-24T22:40:48.899Z (8 months ago)
- Topics: bashrc, configuration, dotfiles, git, tmux, ubuntu, vim, vimrc
- Language: Vim script
- Size: 430 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
This document contains the `.dot` files (more generally, configuration files) of my Ubuntu system.
## Usage
- Run `setup.sh`.
- For Vim configurations, run the following commands *from within Vim*:
- `:so ~/.vimrc`
- `:PluginInstall`
- Compile Plugins
- To use the `LanguageTool` plugin for Vim, you should first install it and modify `let g:languagetool_jar` in `.vimrc`.
For detail, please read [LanguageTool: Grammar checker for English, French, German (etc.) in Vim](http://www.vim.org/scripts/script.php?script_id=3223).
- To compile [`YouCompleteMe`](https://github.com/Valloric/YouCompleteMe)
- For IntelliJ, import the `intellij/settings.jar` into your own IntelliJ.
- For other configurations (i.e., git and tmux), do nothing.