https://github.com/ad/dotfiles
https://github.com/ad/dotfiles
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ad/dotfiles
- Owner: ad
- Created: 2022-03-12T09:24:16.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-11-07T08:58:59.000Z (7 months ago)
- Last Synced: 2026-01-03T16:29:18.510Z (5 months ago)
- Language: Shell
- Size: 43.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
