2022-02-02 23:18:50 +07:00
|
|
|
# Infidel's personal config for CLI based workspaces
|
|
|
|
|
[](https://GitHub.com/Naereen/StrapDown.js/graphs/commit-activity)
|
|
|
|
|
|
|
|
|
|
## General Info
|
|
|
|
|
|
|
|
|
|
This is the essential vim and tmux configuration for cli based unix systems.
|
|
|
|
|
|
|
|
|
|
## Clone
|
|
|
|
|
```
|
2022-03-24 00:09:59 +07:00
|
|
|
> git clone http://git.nnag.me/infidel/infidel_env.git
|
2022-02-02 23:18:50 +07:00
|
|
|
```
|
|
|
|
|
|
|
|
|
|
## Setup
|
|
|
|
|
```
|
|
|
|
|
$ ./install.sh
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
## Future Improvement
|
|
|
|
|
|
|
|
|
|
- [x] Script automatically detect the environment (e.g. BSD)
|
2022-03-24 00:09:59 +07:00
|
|
|
- [x] Symlink instead of copy.
|
|
|
|
|
- [x] Deploy a scaleable and portable environment.
|
2022-02-02 23:18:50 +07:00
|
|
|
- [ ] Support Oh-My-Zsh installation
|
|
|
|
|
|