https://github.com/aztek/dotfiles
https://github.com/aztek/dotfiles
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/aztek/dotfiles
- Owner: aztek
- Created: 2017-03-22T03:47:47.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-12-20T12:59:16.000Z (over 1 year ago)
- Last Synced: 2025-03-27T02:23:43.368Z (about 1 year ago)
- Language: Shell
- Homepage:
- Size: 73.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)"
```