https://github.com/dannypsnl/xnix
system setting for all *nix-like system
https://github.com/dannypsnl/xnix
environments git-configuration neovim-configuration vscode-configs zsh-configuration
Last synced: about 1 year ago
JSON representation
system setting for all *nix-like system
- Host: GitHub
- URL: https://github.com/dannypsnl/xnix
- Owner: dannypsnl
- License: mit
- Created: 2017-12-06T14:31:48.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2023-12-01T04:10:20.000Z (over 2 years ago)
- Last Synced: 2025-03-29T04:11:20.726Z (about 1 year ago)
- Topics: environments, git-configuration, neovim-configuration, vscode-configs, zsh-configuration
- Language: Lua
- Homepage:
- Size: 452 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# xnix
This project put my setting of \*nix environment.
## Installation
1. Get Repository
```zsh
git clone https://github.com/dannypsnl/xnix.git
cd xnix
```
2. Install
```zsh
./install.sh
```
## Neovim
- Load from last quit position
- Nerdtree: ``
- Theme
- solarized
- [oldbook](https://github.com/KKPMW/oldbook-vim)
- [distilled](https://github.com/KKPMW/distilled-vim)
- Status Bar: airline
- ctrlp: ``
- :Ack `text you want to search in project`
- Git:
- [fugitive](https://vimawesome.com/plugin/fugitive-vim)
- [vim-gitgutter](https://vimawesome.com/plugin/vim-gitgutter): view git diff in real time
- auto pair
- auto format
- Type Completion
- Comment: Commentary type command `:10,17Commentary`, [Doc](https://vimawesome.com/plugin/commentary-vim)
- Ignore cap for `:wq`
- Clap: https://github.com/liuchengxu/vim-clap#commands
- move cursor freely in the buffer: `set virtualedit=all`