<!-- markdownlint-disable MD033 MD041 MD043 -->

<img
  src="https://kura.pro/dotfiles/v2/images/logos/dotfiles.svg"
  alt="dotfiles logo"
  width="66"
  align="right"
/>

<!-- markdownlint-enable MD033 MD041 -->

# Dotfiles (v0.2.469)

Simply designed to fit your shell life 🐚

![Dotfiles banner][banner]

## 🅳🅸🅶 🅰🅻🅸🅰🆂🅴🆂

This code provides a set of command aliases to simplify working with DNS
(Domain Name System) lookup using the dig command on a Unix-based system
.

The following aliases are included:

- `d`: runs the dig command with default options.
- `d4`: performs a DNS lookup for an IPv4 address.
- `d6`: performs a DNS lookup for an IPv6 address.
- `dga`: performs a DNS lookup for all records.
- `dgs`: performs a DNS lookup for a short answer.
- `digg`: performs a dig with Google's DNS.
- `ip4`: retrieves your public IPv4 address.
- `ip6`: retrieves your public IPv6 address.
- `ips`: retrieves your public IPv4 and IPv6 addresses.
- `wip`: retrieves your public IP address.

[banner]: https://kura.pro/dotfiles/v2/images/titles/title-dotfiles.svg
