mirror of
https://github.com/szymon-jozef/amazing-dotfiles.git
synced 2026-09-07 20:20:43 +02:00
39 lines
1.6 KiB
Markdown
39 lines
1.6 KiB
Markdown

|
|

|
|
# My even cooler than previous dotfiles!
|
|
My dotfiles managed with [home manager](https://github.com/nix-community/home-manager)
|
|
|
|
# What's inside?
|
|
- Fish config
|
|
- Kitty config
|
|
- Hypr* stuff config
|
|
- Mako config
|
|
- ashell, waybar config
|
|
- nvim config
|
|
|
|
## Screenshot
|
|

|
|

|
|
|
|
# Some history
|
|
My first ever [dotfiles](https://github.com/szymon-jozef/dotfiles) repo was just named… Dotfiles. It was pretty bare bones.
|
|
|
|
Then I created [superior dotfiles](https://github.com/szymon-jozef/superior_dotfiles). I used it with [chezmoi](https://www.chezmoi.io/). It was pretty good, but then I decided to try something else…
|
|
|
|
As of today I'm using this repo with home manager. I'm still trying stuff out, but it looks pretty good right now.
|
|
|
|
# How to try this out?
|
|
I guess you should [install home manager](https://nix-community.github.io/home-manager/index.xhtml#sec-install-standalone). You can do it on *any* distro, but I only use Arch, so I don't guarantee it will work elsewhere. To try it out just copy this repo to `~/.config/home-manager`, cd there and then run:
|
|
**Important**: don't forget to change your user info in `flake.nix` before running this command!
|
|
## On NixOS
|
|
```bash
|
|
home-manager switch --flake .#nixos -b backup
|
|
```
|
|
## On Arch
|
|
```bash
|
|
home-manager switch --flake .#arch -b backup
|
|
```
|
|
---
|
|
|
|
I hope you'll enjoy it, if you for whatever reason want to try this random ass dotfiles found on the internet…
|