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

https://github.com/tonysy/dotfiles

Collection of configuration used on Mac or Linux(dot files)
https://github.com/tonysy/dotfiles

Last synced: 2 months ago
JSON representation

Collection of configuration used on Mac or Linux(dot files)

Awesome Lists containing this project

README

        

# dotfiles
Collection of configuration used on Mac or Linux(dot files)

## VIM Configuration

```shell
mv light_vimrc ~/.vimrc

# in your anaconda env
conda install vim

# excute vim to install the plugins
vim
```

## Tmux Configuration

```shell
mv tmux.conf ~/.tmux.conf
```

## Acknowledgement

- [Dotfiles](https://github.com/FateScript/dotfiles)