https://github.com/stepfenshawn/configuration
Just some files bro...
https://github.com/stepfenshawn/configuration
Last synced: 21 days ago
JSON representation
Just some files bro...
- Host: GitHub
- URL: https://github.com/stepfenshawn/configuration
- Owner: StepfenShawn
- Created: 2020-11-21T11:50:41.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-12-21T07:23:27.000Z (7 months ago)
- Last Synced: 2025-12-23T01:29:48.437Z (7 months ago)
- Language: Shell
- Homepage:
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Usage
Just some configurations in my PC. Included:
* VIM
* TMUX
* VSCODE
# Install
```
git clone git@github.com:StepfenShawn/Configuration.git
```
And then:
```sh
cd Configuration
cp .vimrc ~/.vimrc
cp .tmux.conf ~/.tmux.conf
cat .bashrc >> ~/.bashrc
cp .minttyrc ~/.minttyrc
```
Or:
```sh
cd Configuration
./install.sh
```