Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thiagogarbazza/dotfiles
Thiago Garbazza’s dotfiles
https://github.com/thiagogarbazza/dotfiles
dotfiles shell workspace-configuration
Last synced: about 6 hours ago
JSON representation
Thiago Garbazza’s dotfiles
- Host: GitHub
- URL: https://github.com/thiagogarbazza/dotfiles
- Owner: thiagogarbazza
- Created: 2023-02-11T13:51:16.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-22T11:13:26.000Z (7 months ago)
- Last Synced: 2024-04-22T12:30:00.351Z (7 months ago)
- Topics: dotfiles, shell, workspace-configuration
- Language: Shell
- Homepage:
- Size: 47.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Thiago Garbazza’s dotfiles
A collection of my personal dotfiles and system configuration
## Features
- All color schemes are based on [Dracula Theme](https://draculatheme.com/).
- Coding font is [Fira code](https://github.com/tonsky/FiraCode).
- Configure Terminal:
- Use [ZSH](https://www.zsh.org/) with:
- [Oh My Zsh](https://ohmyz.sh/),
- [powerlevel10k](https://github.com/romkatv/powerlevel10k),
- [zsh-syntax-highlighting](https://github.com/zsh-users/zsh-syntax-highlighting)
- [zsh-autosuggestions](https://github.com/zsh-users/zsh-autosuggestions)
- [tmux](https://github.com/tmux/tmux/wiki) terminal multiplexer.
- Configure [GIT](https://git-scm.com/).
- Develop toolkit java with [SDKMAN!](https://sdkman.io/).
- Develop toolkit nodejs with [Volta](hhttps://volta.sh/).## Install
Run follow command:
```sh
curl -fsSL https://raw.githubusercontent.com/thiagogarbazza/dotfiles/main/install.sh | bash
```> Configuration on macOS install [brew](https://brew.sh/) first.