https://github.com/alwaysblank/dotfiles
https://github.com/alwaysblank/dotfiles
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/alwaysblank/dotfiles
- Owner: alwaysblank
- Created: 2019-05-30T20:16:28.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-31T00:36:12.000Z (about 7 years ago)
- Last Synced: 2025-05-29T09:11:53.917Z (about 1 year ago)
- Language: Shell
- Size: 69.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dotfiles
## Installation
```sh
$ brew install antigen
$ sudo gem install homesick
$ homesick clone alwaysblank/dotfiles
$ homesick link dotfiles
```
## Replacement Binaries
These dotfiles alias various default binaries such as `ls`, `cat`, `top`, `kill`, and `find` to better, more well-rounded alternatives.
```sh
$ brew install exa bat fd
$ yarn global add vtop fkill
```
## iTerm 2
Import the theme located at `~/.themes/material-design-dark.itermcolors`
## Debug
If Antigen is not updating, run `antigen reset` and restart your terminal.