https://github.com/thiagogarbazza/dotfiles
Thiago Garbazza’s dotfiles
https://github.com/thiagogarbazza/dotfiles
dotfiles shell workspace-configuration
Last synced: 2 months ago
JSON representation
Thiago Garbazza’s dotfiles
- Host: GitHub
- URL: https://github.com/thiagogarbazza/dotfiles
- Owner: thiagogarbazza
- Created: 2023-02-11T13:51:16.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-10-15T17:00:35.000Z (9 months ago)
- Last Synced: 2025-12-26T20:11:52.120Z (6 months ago)
- Topics: dotfiles, shell, workspace-configuration
- Language: Shell
- Homepage:
- Size: 69.3 KB
- Stars: 1
- Watchers: 1
- 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/).
- Node.js with [Volta](https://volta.sh/).
- Python with [pyenv](https://github.com/pyenv/pyenv).
- Use XDG Base Directory: https://wiki.archlinux.org/title/XDG_Base_Directory
## 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.