Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/noraainuse/harukadots
My Hyprland dotfiles :3
https://github.com/noraainuse/harukadots
arch-linux bash customization dotfles eww eww-bar hyprland hyprland-dotfiles hyprpaper linux neovim rofi shell themes unix unixporn waybar
Last synced: about 2 months ago
JSON representation
My Hyprland dotfiles :3
- Host: GitHub
- URL: https://github.com/noraainuse/harukadots
- Owner: noraainuse
- Created: 2024-11-23T14:09:51.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-12-19T16:10:47.000Z (about 2 months ago)
- Last Synced: 2024-12-19T16:34:26.590Z (about 2 months ago)
- Topics: arch-linux, bash, customization, dotfles, eww, eww-bar, hyprland, hyprland-dotfiles, hyprpaper, linux, neovim, rofi, shell, themes, unix, unixporn, waybar
- Language: Shell
- Homepage:
- Size: 170 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
๐ฎ noraainuse Dotfiles ๐ฎ
# Gallery ๐ท
![](./Screenshots/loli.png)
![](./Screenshots/allstuff.png)# Contents ๐:
### **โ Don't copy all setup , Use at your own risk :3**
### Overview ๐- [๐ณ Windows Manager]:
- [๐ HyprLand](https://hyprland.org/)
- [๐ณ Terminal]:
- [Kitty ๐โโฌ](https://sw.kovidgoyal.net/kitty/)
- [Alacritty ๐ป](https://alacritty.org/)
- [๐ Shell](#shell):
- [Oh My Zsh](https://ohmyz.sh/#install)
- **Plugin Manager**: [Zap](https://www.zapzsh.org/)
- **๐ค Prompt**: [Powerlevel10k Prompt (หถห แต หหถ)](https://github.com/romkatv/powerlevel10k)
# Auto Installation โญ:
```zsh
sudo pacman -Sy base-devel
git clone https://github.com/noraainuse/Harukadots.git
cd Harukadots
sudo chmod +x install.sh
./install.sh
```
- Enjoy (หถห แต หหถ) .แ.แ# Manual Installations ๐ซ:
- This config need first [Hyprland](https://hyprland.org/) using this [guide](https://wiki.hyprland.org/Getting-Started/Installation/) depend on your Distro:### Arch
```zsh
yay -S hyprland-git
```
### Ubuntu / Debian
```zsh
sudo apt install hyprland
```
### Fedora
```zsh
sudo dnf install hyprland
sudo dnf install hyprland-devel
```
### Base setups (๐ป):- Install waybar, Rofi, Dunst, kitty terminal, swaybg, swaylock-fancy, swayidle, pamixer, light, Brillo:
```
yay -S waybar rofi dunst kitty swaybg swaylock-fancy-git swayidle pamixer light brillo
```
### Other Distro Dependents on your packages manager
- Example : dnf , apt , xbps### Necessary Font ๐:
- [JetBrains Mono Nerd Font](https://github.com/ryanoasis/nerd-fonts/releases/download/v2.2.2/JetBrainsMono.zip)
```zsh
yay -S ttf-jetbrains-mono-nerd
```- [Iosevka Nerd Font](https://github.com/ryanoasis/nerd-fonts/releases/download/v2.3.3/Iosevka.zip)
```zsh
yay -S ttf-iosevka ttf-iosevka-nerd
```- [Font Awesome](https://archlinux.org/packages/community/any/ttf-font-awesome/)
```zsh
yay -S ttf-font-awesome
```
Once you download them and unpack them, place them into `~/.fonts` or `~/.local/share/fonts.`
Then run this command for your system to detect the newly installed fonts.```
fc-cache -fv
```
### Clone Dotfiles ๐:
```
git clone https://github.com/noraainuse/dotfiles
cd dotfiles
cp -r .config/* ~/.config/
```
> Finally , now you can login with เนYour New Hyprland Rice### Congratulations , at this point you successfully have installed Hyprland Your new Rice โจ๐
[![Star History Chart](https://api.star-history.com/svg?repos=noraainuse/dotfiles&type=Timeline)](https://star-history.com/#noraainuse/dotfiles&Timeline)