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

https://github.com/heinthanth/dots

Just dots
https://github.com/heinthanth/dots

Last synced: 11 months ago
JSON representation

Just dots

Awesome Lists containing this project

README

          

# dots

Hi, there are personal dotfiles of Hein Thant. `zsh` and `antigen` is used so, `bash` or other shells won't work. Shout-out to [chezmoi](https://github.com/twpayne/chezmoi), being an awesome dotfiles manager.

## Notes

For macOS,

- `brew` must be installed
- `eval $(/opt/homebrew/bin/brew shellenv)` must be run once before importing ( on fresh new machine ). Otherwise u will get `zsh: command not found: brew`.

For Windows, well, I don't use it. So, I don't know. ( I might work later ).

For Linux,

- Fedora - 100% supported since I use Fedora.
- Ubuntu - 100% supported. But, as far as I tested, starship is not working as expected with ubuntu zsh ( on docker arm64 ).

## How to Import

Run the following command.

```shell
sh -c "$(curl -fsLS https://chezmoi.io/get)" -- init --apply heinthanth/dots
```

Answer a few questions and done!

> I use LastPass so much than other. So, I use LastPass to store SSH. So, if u don't use LastPass or SSH isn't stored in LastPass, please answer "No to import SSH" when asked so that, it won't fail.

## Screenshots

MacBook Pro (13-inch, M1, 2020)

![MacBook Pro (13-inch, M1, 2020)](screenshots/macos.png)

Fedora ( Docker, ARM64 )

![MacBook Pro (13-inch, M1, 2020)](screenshots/fedora-docker.png)

Ubuntu ( Docker, ARM64 )

> As u can see, cursor `█` and `$` dollar sign are in the same position. It working with bash tho.

![MacBook Pro (13-inch, M1, 2020)](screenshots/ubuntu-docker.png)

## References

-
-
-

RTFM is the best method ever.