https://github.com/hnbnh/dotfiles
~/🏡 is where the heart is
https://github.com/hnbnh/dotfiles
ansible awesomewm dotfiles ghostty macos neovim nix-darwin rofi tmux ubuntu zsh
Last synced: 2 months ago
JSON representation
~/🏡 is where the heart is
- Host: GitHub
- URL: https://github.com/hnbnh/dotfiles
- Owner: hnbnh
- Created: 2022-11-02T03:18:53.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-27T04:19:18.000Z (3 months ago)
- Last Synced: 2025-01-30T23:41:32.330Z (3 months ago)
- Topics: ansible, awesomewm, dotfiles, ghostty, macos, neovim, nix-darwin, rofi, tmux, ubuntu, zsh
- Language: Lua
- Homepage:
- Size: 5.37 MB
- Stars: 30
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ~/dotfiles & automated machine setup
> Commit hash: [1bc1701](https://github.com/hnbnh/dotfiles/tree/1bc170100bf58d01b002498b6b9adbba1d306e19)

## Installation
> [!WARNING]
> Consider forking this repo```bash
git clone --recurse-submodules -j8 [email protected]:hnbnh/dotfiles.git
sudo ./install.sh
```## TODO
- [ ] All
- [ ] Add a cron job to send a notification of `Hydrate 💧`
- [ ] Linux
```bash
*/20 * * * * notify-send "Health notification" "Hydrate 💧"
```- [ ] macOS
```bash
*/20 * * * * osascript -e 'display notification "Hydrate 💧" with title "Health notification"'
```- [ ] Support nix
- [ ] Support macOS
- [ ] System Settings > Privacy & Security > Full Disk Access > Toggle `Terminal`
- [ ] Configuration
- [ ] Enable Night Shift## Acknowledgments
- [folke/dot](https://github.com/folke/dot)
- [tjdevries/config_manager](https://github.com/tjdevries/config_manager)
- [jdhao/nvim-config](https://github.com/jdhao/nvim-config)
- [LunarVim/LunarVim](https://github.com/LunarVim/LunarVim)
- [khuedoan/linux-setup](https://github.com/khuedoan/linux-setup)
- [khuedoan/macos-setup](https://github.com/khuedoan/macos-setup)
- [FelixKratz/dotfiles](https://github.com/FelixKratz/dotfiles)
- [LazyVim/LazyVim](https://github.com/LazyVim/LazyVim)
- [dreamsofautonomy/zen-omp](https://github.com/dreamsofautonomy/zen-omp)