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
- Host: GitHub
- URL: https://github.com/dennis-ge/dotfiles
- Owner: dennis-ge
- Created: 2019-12-29T22:32:17.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2025-01-24T21:22:49.000Z (over 1 year ago)
- Last Synced: 2025-02-01T11:16:01.163Z (over 1 year ago)
- Topics: bash, dotfiles, ubuntu
- Language: Shell
- Homepage:
- Size: 288 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.