Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hnbnh/dotfiles
my personal ~/dotfiles
https://github.com/hnbnh/dotfiles
ansible awesomewm dotfiles neovim rofi ubuntu zsh
Last synced: about 1 month ago
JSON representation
my personal ~/dotfiles
- Host: GitHub
- URL: https://github.com/hnbnh/dotfiles
- Owner: hnbnh
- Created: 2022-11-02T03:18:53.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-24T05:44:03.000Z (about 2 months ago)
- Last Synced: 2024-09-27T13:41:15.196Z (about 2 months ago)
- Topics: ansible, awesomewm, dotfiles, neovim, rofi, ubuntu, zsh
- Language: Lua
- Homepage:
- Size: 2.92 MB
- Stars: 30
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ~/dotfiles
![screenshot](./assets/2023-01-18_18-16.png)
## Install
```bash
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 Fedora
- [ ] Support Arch (EndeavourOS)
- [ ] Support macOS
- [ ] Configuration
- Built-in
- [ ] Disable `Desktop & Dock` -> `Mission Control` -> `Automatically rearrange Spaces based on most recent use`
- [ ] Enable `Accessibility` -> `Display` -> `Reduce motion`## 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)