Skip to content

Crobbet/HyprManga

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HyprManga

Screenshots

image image image

image image
image image
image image

Overview

This repository contains my Hyprland dotfiles, themed around a manga-inspired aesthetic.

Installation

Automatic Install

You can install HyprManga automatically by running the following command:

bash -c "$(curl -fsSL https://raw.githubusercontent.com/not1cyyy/HyprManga/main/INSTALL.sh)"

Manual Install

Backup Existing Configurations

Before proceeding, make sure to back up your existing configurations. You can do this by moving them to a backup directory:

mkdir ~/.config-backup
mv ~/.config/hypr ~/.config-backup/hypr
mv ~/.config/hyprpanel ~/.config-backup/hyprpanel
mv ~/.config/rofi ~/.config-backup/rofi
mv ~/.config/nautilus ~/.config-backup/nautilus
mv ~/.config/nvim ~/.config-backup/nvim
mv ~/.config/alacritty ~/.config-backup/alacritty
mv ~/.config/kitty ~/.config-backup/kitty

Clone and Apply Dotfiles

Clone this repository to your local machine:

git clone https://github.com/not1cyyy/HyprManga.git ~/.config/HyprManga

Force copy the new configurations to their respective locations:

cp -rf ~/.config/HyprManga/dotconfig/hypr ~/.config/hypr
cp -rf ~/.config/HyprManga/dotconfig/hyprpanel ~/.config/hyprpanel
cp -rf ~/.config/HyprManga/dotconfig/rofi ~/.config/rofi
cp -rf ~/.config/HyprManga/dotconfig/nautilus ~/.config/nautilus
cp -rf ~/.config/HyprManga/dotconfig/nvim ~/.config/nvim
cp -rf ~/.config/HyprManga/dotconfig/alacritty ~/.config/alacritty
cp -rf ~/.config/HyprManga/dotconfig/kitty ~/.config/kitty

Customization

Feel free to customize these dotfiles to better suit your needs. The manga theme is primarily defined in the color schemes and wallpapers, which can be easily swapped out or modified.

Dependencies

Ensure you have the following installed:

Contributing

If you have any suggestions or improvements, please open an issue or submit a pull request. I'm always looking to refine and enhance this setup.

About

Hyprland Manga dotfiles

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 72.5%
  • Python 27.5%