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.
- Host: GitHub
- URL: https://github.com/cmsflash/dot-star
- Owner: cmsflash
- Created: 2019-03-05T03:39:29.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-02-05T02:32:15.000Z (over 1 year ago)
- Last Synced: 2025-02-05T03:24:29.701Z (over 1 year ago)
- Topics: linux
- Language: Shell
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```