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

https://github.com/eriikgabriel/dev-environment-files

My personal dotfiles and configs for setup an dev environment
https://github.com/eriikgabriel/dev-environment-files

config-files dev-environment-setup linux-shell lua-script setup-script shell-script ubuntu

Last synced: 6 days ago
JSON representation

My personal dotfiles and configs for setup an dev environment

Awesome Lists containing this project

README

          

# dev-environment-files

My personal dotfiles and configs for setup an dev environment

## To-do

- [x] More configurable setup script
- [x] Neofetch CLI art
- [x] Style env script shell
- [ ] Vscode automatic github sync configs
- [ ] Configuration for cloud drive files (Google Account)

## How to start setup config

```bash
git clone https://github.com/EriikGabriel/dev-environment-files

cd dev-environment-files/
```

```bash
sudo chmod +x setup.sh
```

```bash
./setup.sh
```