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

https://github.com/aztek/dotfiles


https://github.com/aztek/dotfiles

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# My dotfiles

## System
- macOS
- [Homebrew](https://brew.sh/)
- [Git](https://git-scm.com/)
- [Fira Code](https://github.com/tonsky/FiraCode)

## Shell
- [iTerm2](https://iterm2.com/)
- [Fish shell](https://fishshell.com/)
- [ack](https://beyondgrep.com/) ("better grep")
- [eza](https://github.com/eza-community/eza) ("better ls")
- [diff-so-fancy](https://github.com/so-fancy/diff-so-fancy) ("better diff")
- [jq](https://stedolan.github.io/jq/)
- [ncdu](https://dev.yorhel.nl/ncdu)

## Editors
- [Vim](https://www.vim.org/)
- [VS Code](https://code.visualstudio.com/)
- [IntelliJ Idea](https://www.jetbrains.com/idea/)

## Extras
- [Graphviz](https://www.graphviz.org/)
- [ShellCheck](https://www.shellcheck.net/)

Set up on a new system by running the following.
```bash
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/aztek/dotfiles/master/bootstrap.sh)"
```