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

https://github.com/ad/dotfiles


https://github.com/ad/dotfiles

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# dotfiles

## Quick start

Run that on the Terminal:
```
git clone https://github.com/ad/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
chmod +x bootstrap.sh
./bootstrap.sh
```

Then edit .gitconfig file.

### A bootstrap.sh script will:
- Install homebrew package manager and with his help all software that defined in a Brewfile
- Make symlinks to Git configuration files and Zsh profile

## macOS defaults

You use it by running:

```console
sh ./macos-defaults.sh
```

## Adds commands

| Command | Action |
| ------- | ------ |
| myip | dig +short myip.opendns.com @resolver1.opendns.com |
| ips | list of ip |
| ll | ls -lah --color |
| nano | nano --autoindent --mouse --linenumbers --nowrap --minibar |
| take | mkdir+cd, git clone+cd, download+untar+cd |
| urlencode | urlencode string |
| afk | start screen saver |

## Result
Screenshot 2022-03-14 at 17 26 41

Screenshot 2022-03-14 at 17 29 22