https://github.com/NNBnh/dotfiles
๐ My personal ฤotfiles
https://github.com/NNBnh/dotfiles
dotfiles linux rice
Last synced: 3 months ago
JSON representation
๐ My personal ฤotfiles
- Host: GitHub
- URL: https://github.com/NNBnh/dotfiles
- Owner: NNBnh
- Created: 2020-02-22T06:50:02.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-07-08T04:22:28.000Z (4 months ago)
- Last Synced: 2025-07-08T06:06:35.370Z (4 months ago)
- Topics: dotfiles, linux, rice
- Language: Nushell
- Homepage: https://codeberg.org/NNB/dotfiles
- Size: 12.1 MB
- Stars: 58
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - NNBnh/dotfiles - ๐ My personal ฤotfiles (Shell)
README

## ๐ Starring ๐
| OS | ๐ฝ | [Bazzite](https://NNB.codeberg.page/blog/en/posts/13)
| ------: | -- | :- |
| DE | ๐๏ธ | [KDE](https://NNB.codeberg.page/blog/en/posts/13#desktop-environment)
| Shell | ๐ | [Nu](https://www.nushell.sh)
| Browser | ๐ | [Zen](https://NNB.codeberg.page/blog/en/posts/3)
| Editor | ๐ | [Zed](https://nnb.codeberg.page/blog/en/posts/14)
## ๐ Setup
Run the following commands:
flatpak install flathub --assumeyes \
org.fcitx.Fcitx5 org.fcitx.Fcitx5.Addon.Unikey \
com.usebottles.bottles \
com.obsproject.Studio \
app.zen_browser.zen \
dev.zed.Zed \
io.github.MakovWait.Godots \
org.blender.Blender
brew install nushell
mkdir -r ~/.config/nushell
curl https://codeberg.org/NNB/dotfiles/raw/branch/main/config.nu > ~/.config/nushell/config.nu
curl https://codeberg.org/NNB/dotfiles/raw/branch/main/env.nu > ~/.config/nushell/env.nu
That's all!