Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/realervolker1/homescripts
Useful shell scripts and dotfiles for Linux
https://github.com/realervolker1/homescripts
bash dotfiles fontconfig gtk hyprland i3 i3wm linux neovim rofi shell-scripts waybar wayland xorg zsh
Last synced: about 2 hours ago
JSON representation
Useful shell scripts and dotfiles for Linux
- Host: GitHub
- URL: https://github.com/realervolker1/homescripts
- Owner: REALERvolker1
- License: agpl-3.0
- Created: 2023-06-03T06:30:57.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-03T13:50:50.000Z (2 months ago)
- Last Synced: 2024-09-16T00:47:45.250Z (about 2 months ago)
- Topics: bash, dotfiles, fontconfig, gtk, hyprland, i3, i3wm, linux, neovim, rofi, shell-scripts, waybar, wayland, xorg, zsh
- Language: Shell
- Homepage:
- Size: 76.6 MB
- Stars: 21
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# homescripts
Useful shell scripts and dotfiles for Linux
These dotfiles should be compatible with both Fedora and Arch Linux
- about 150 or so shell scripts
- bin/
- .config/bar-scripts/
- Some rust programs
- .config/rustcfg/
- .config/shell/
- a massive zsh config
- no plugin manager
- Fully custom zsh prompt
- hyprland, i3, sway configs
- rofi, kvantum, adw-gtk, kitty, ranger, dir_colors
- and much moreThese dotfiles are not designed to be just copied, but I have taken measures to make them at least not _break_ too much on random systems.
Some config files are meant to be generated programatically (gtk configs, fontconfig, dconf, xsettingsd)
Questions? Write an issue. I doubt those are all that useful for anything else on a dotfiles repo.
# Desktop screenshots
- A screenshot showing off my shell config as well as my Kvantum theme (Included)
![shell](pics/shell.png)
- A screenshot showing off [psa](.config/rustcfg/psa/), [pacs.pl](bin/pacs.pl), and my [nvim config](.config/nvim/init.lua) that has working multi-clipboard functionality.
![fzf-vim](pics/fzf-vim.png)
## Rofi
- my Rofi power menu, a script that uses Rofi's built-in mode scripting
- `rofi -show powermenu`![powermenu](pics/powermenu.png)
- A GTK Icon selector that shows all available icons in the current GTK3 theme
- `bin/gtk-icon-rofi.py`![gtk-icons](pics/gtkicons.png)
- A graphics menu to replace the functionality of Asus Armory Crate
- `bin/gfxmenu.sh`![gfxmenu](pics/gfxmenu.png)
- My Desktop menu, showing some custom .desktop file modifications
- `rofi -modi drun,run -show drun -sidebar-mode`![drun](pics/drun.png)
- A nerd font selector I made, with copy and insert functionality. Works on both X11 (xclip, xdotool) and Wayland (wl-copy, wtype)
- `bin/nerd-rofi.sh`![nerdfonts](pics/nerdfonts.png)