<!-- 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 help users manage disk
usage on a Unix-based system.

The following aliases are provided:

- `du`: Display the disk usage of the current directory.
- `du1`: Show the file size of files and directories in the current
  directory.
- `duh`: Show the file size of files and directories.
- `ducks`: Display the top 10 largest files and directories in the
  current directory.
- `dus`: Show the file size in human-readable format, sorted by size.
- `dusym`: Show the file size of files and directories in the current
  directory, including symlinks.
- `dut`: Show the total file size of the current directory.

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