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)
- Host: GitHub
- URL: https://github.com/tonysy/dotfiles
- Owner: tonysy
- Created: 2021-07-22T09:51:27.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-22T10:10:49.000Z (almost 4 years ago)
- Last Synced: 2025-02-14T11:52:59.854Z (4 months ago)
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)