https://github.com/heinthanth/dots
Just dots
https://github.com/heinthanth/dots
Last synced: 11 months ago
JSON representation
Just dots
- Host: GitHub
- URL: https://github.com/heinthanth/dots
- Owner: heinthanth
- Created: 2022-09-11T04:21:42.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-15T09:52:04.000Z (about 2 years ago)
- Last Synced: 2025-07-01T08:42:42.150Z (12 months ago)
- Language: Shell
- Size: 15.4 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)

Fedora ( Docker, ARM64 )

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

## References
-
-
-
RTFM is the best method ever.