https://github.com/buttermiilk/omori-dotfiles
arch linux dotfiles for a friend of mine.
https://github.com/buttermiilk/omori-dotfiles
alacritty arch-linux bash-script dotfiles hyprland lazygit omori rofi spicetify waybar wayland wlogout
Last synced: 2 months ago
JSON representation
arch linux dotfiles for a friend of mine.
- Host: GitHub
- URL: https://github.com/buttermiilk/omori-dotfiles
- Owner: buttermiilk
- Created: 2025-04-11T10:46:26.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-20T11:25:34.000Z (about 1 year ago)
- Last Synced: 2025-09-07T11:53:21.831Z (10 months ago)
- Language: Shell
- Homepage:
- Size: 104 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
> [!NOTE]
> All the stuff in here aren't tested yet. When this box goes away, keep reading. Otherwise, go back. You will regret your decision if you don't.

dotfiles
some dotfiles for my friend, omori style.
focus mainly on intuitiveness, because I am dumb myself.
---
## Preview
Desktop

Some terminal/editor windows

## Information
Yeah I have friends. One of them asked me to get the "thigh-high socks on, cat ears, maid outfit" Linux distro on their machine so they can do more things with their computer. They liked OMORI, so I had to find dotfiles matching that.
There was no good and usable dotfiles for that, and because he wants it to be small and all, the choice would definitely be i3wm. The OMORI dotfiles I found was Hyprland, and it was broken as hell. So here we are.
## Setup
> [!TIP]
> Don't trust random scripts off the internet, even mine. Always review before proceeding.
Warning, very unusable. Customizable though, so do whatever you want with these files. If you still want to use this anyway, make sure to move the font in global. Create if you haven't:
```bash
# -p: If it already exists, it just exits silently and leaves it alone
sudo mkdir -p /usr/local/share/fonts
```
Then refresh your font cache.
```bash
fc-cache
```
Oh, about the packages. Get `yay` first, or `paru` if you will. If you're lazy building any of this, congratulations, we're the same.
```bash
sudo pacman -S git base-devel
git clone https://aur.archlinux.org/yay-bin.git
cd yay-bin
makepkg -si
# After yay's installed
cd ..
rm -rf yay-bin
```
Packages are quite minimal. However, if you're lazy typing all the packages name yourself, there's a script in the root folder to help you with that. Be aware if `yay` would build anything like `polybar` from its git repo, that will take some time to finish.
```bash
sudo pacman -Syu \
i3-wm dunst picom rofi alacritty \
zsh feh xorg-xinit xorg \
ttf-font-awesome noto-fonts \
flameshot network-manager-applet blueman \
papirus-icon-theme ttf-jetbrains-mono-nerd
```
And in AUR:
```bash
yay -S polybar-git adapta-gtk-theme \
papirus-folders-git
```
Also grab [`oh-my-zsh`](https://github.com/ohmyzsh/ohmyzsh) to have that terminal theme. Don't be lazy and try to do this later - the installation moves your old `.zshrc` away.
```bash
sh -c "$(curl -fsSL https://install.ohmyz.sh/)"
```
Clone this repo **to a directory first**.
```bash
git clone https://github.com/buttermiilk/dotfiles ./miilk-dotfiles
```
Before proceeding, **back up your current dotfiles**. Then, when you're ready, `cd` in and do the dirty work.
Tweak the commands as you will.
```bash
cd miilk-dotfiles
sudo mv ./OMORI_GAME.ttf /usr/local/share/fonts # Or use cp, safer
fc-cache # Optionally, also check if it's in there
cp -rf . .. # If you want dark theme, rename the dark folder (.config)
chsh -s "$(which zsh)"
```
## License, contrib, all that
Do anything with the files from here, not like it is that useful to be licensed.
About contribution, if you think my friend will be happy with one or some extra tweaks, make some changes and let me know. My friend and I will appreciate that.