Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nabakdev/dotfiles
My ArchLinux setup
https://github.com/nabakdev/dotfiles
archlinux dotfile dotfiles dotfiles-linux hyprland neovim neovim-config neovim-dotfiles neovim-setup nvim ranger rice swaylock waybar wlogout zsh
Last synced: about 12 hours ago
JSON representation
My ArchLinux setup
- Host: GitHub
- URL: https://github.com/nabakdev/dotfiles
- Owner: nabakdev
- Created: 2021-10-02T05:43:00.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-21T03:23:11.000Z (7 months ago)
- Last Synced: 2025-01-13T08:08:26.595Z (8 days ago)
- Topics: archlinux, dotfile, dotfiles, dotfiles-linux, hyprland, neovim, neovim-config, neovim-dotfiles, neovim-setup, nvim, ranger, rice, swaylock, waybar, wlogout, zsh
- Language: Python
- Homepage:
- Size: 5.23 MB
- Stars: 341
- Watchers: 5
- Forks: 15
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Packages
| App | Package |
| :------------------- | :------------------------------------------------------ |
| Shell | [Zsh (oh-my-zsh)](https://wiki.archlinux.org/title/Zsh) |
| WM / DE / Compositor | [Hyprland](https://hyprland.org/) |
| Status Bar | [Waybar](https://github.com/Alexays/Waybar) |
| Editor | [Neovim](https://wiki.archlinux.org/title/Neovim) |
| Terminal | [Kitty](https://wiki.archlinux.org/title/Kitty) |
| File Manager | [Ranger](https://wiki.archlinux.org/title/Ranger) |# Packages
- [swaylock-effects](https://github.com/mortie/swaylock-effects) : fork of swaylock with fancy effects
- [Sweet](https://github.com/EliverLara/Sweet) : Light and dark colorful Gtk3.20+ theme
- [capitaine-cursors](https://github.com/keeferrourke/capitaine-cursors) : An x-cursor theme inspired by macOS and based on KDE Breeze.
- [wofi](https://sr.ht/~scoopta/wofi/) : launcher/menu for wlroots based wayland compositors## USAGE
### Install packages
```bash
yay -Syu hyprland-git \
waybar-hyprland-git \
swaylock-effects \
wlogout \
wofi \
capitaine-cursors \
sweet-theme-git \
xdg-desktop-portal-hyprland \
``````bash
git clone --depth 1 --separate-git-dir=$HOME/.dotfiles https://github.com/nabakdev/dotfiles.git $HOME/dotfiles-tmp
rm -r ~/dotfiles-tmp/
alias dotfile='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
```## Screenshots
![Wallpaper](.screenshots/ss-1.png)
![Neovim Dashboard](.screenshots/ss-2.png)
![Neovim Editing](.screenshots/ss-3.png)
![Ranger](.screenshots/ss-4.png)###### Optionals shell command wrapper
- [bat](https://github.com/sharkdp/bat)
- [prettyping](https://github.com/denilsonsa/prettyping)
- [lazygit](https://github.com/jesseduffield/lazygit.git)
- [icons-in-terminal](https://github.com/sebastiencs/icons-in-terminal)###### References
- https://news.ycombinator.com/item?id=11071754
- https://github.com/siduck76/dotfiles