An open API service indexing awesome lists of open source software.

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

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`