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

https://github.com/cmsflash/dot-star

Shen Zhuoran's configuration files.
https://github.com/cmsflash/dot-star

linux

Last synced: 4 months ago
JSON representation

Shen Zhuoran's configuration files.

Awesome Lists containing this project

README

          

# dot-star

Shen Zhuoran's configuration files.

To install, run

```bash
cd ~
git clone git@github.com:cmsflash/dot-star.git .star
echo >> .bashrc
echo "#User configurations" >> .bashrc
echo ". ~/.star/bashrc" >> .bashrc
echo "source ~/.star/vimrc" >> .vimrc
echo "source-file ~/.star/tmux.conf" >> .tmux.conf
```