Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        


Profiles Pictures


๐Ÿ”ฎ 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)