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

https://github.com/dennis-ge/dotfiles

My dotfiles
https://github.com/dennis-ge/dotfiles

bash dotfiles ubuntu

Last synced: about 2 months ago
JSON representation

My dotfiles

Awesome Lists containing this project

README

          

# dotfiles

My dotfiles for setting up a new Mac/Ubuntu/Ubuntu WSL environment.

## Setup

Executing the [setup script](https://github.com/dennis-ge/dotfiles/blob/master/setup) with no arguments will list all available options.
All possible options are listed below:

```
Usage: setup [options]

Options:
favorite-apps Update your Favorite Apps (only Desktop Version)
docker-compose Install Docker-Compose
dotfiles Link dotfiles to home directory
ide Install some Jetbrains IDE (only Desktop Version)
system Basic System Installation
k8s Install Kubernetes related tools
vscode Install VSCode with some extensions (only Desktop Version)
docker Install Docker
github-cli Install the GitHub CLI
```

It is possible to specifiy multiple options, so `setup system vscode docker` is a valid command.