Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wieerd/ricefield
Rice is a word that is commonly used to refer to making visual improvements and customizations on one's desktop. It was inherited from the practice of customizing cheap Asian import cars to make them appear to be faster than they actually were - which was also known as "ricing".
https://github.com/wieerd/ricefield
dotfiles neovim nvim rice ricing
Last synced: about 2 months ago
JSON representation
Rice is a word that is commonly used to refer to making visual improvements and customizations on one's desktop. It was inherited from the practice of customizing cheap Asian import cars to make them appear to be faster than they actually were - which was also known as "ricing".
- Host: GitHub
- URL: https://github.com/wieerd/ricefield
- Owner: WieeRd
- License: wtfpl
- Created: 2024-02-18T01:40:46.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-11-12T19:10:37.000Z (about 2 months ago)
- Last Synced: 2024-11-12T20:20:04.184Z (about 2 months ago)
- Topics: dotfiles, neovim, nvim, rice, ricing
- Language: Lua
- Homepage:
- Size: 376 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ricefield
> [Rice] is a word that is commonly used to refer to making visual improvements
> and customizations on one's desktop. It was inherited from the practice of
> customizing cheap Asian import cars to make them appear to be faster than they
> actually were - which was also known as "ricing".Welcome to my rice field, nerd.
[Rice]: https://www.reddit.com/r/unixporn/wiki/themeing/dictionary/#wiki_rice
## Deployment
I got tired of gimmicks and hassles of so called "dotfiles managers".
This repository is simply my home directory being tracked by Git.
```nushell
git init
git remote add origin https://github.com/WieeRd/ricefield.git
git fetch
git reset --hard origin/master
```Optionally, apply the [--separate-git-dir] strategy.
```nushell
mv ~/.git ~/.ricefield.git
cd ~/.ricefield.git/
git config core.worktree ~
git status
```It can avoid some unwanted noises from making `$HOME` a Git repository.
[--separate-git-dir]: https://news.ycombinator.com/item?id=11070797
## The Workflow
I will (try to) document things in detail later (hopefully).
- OS: Arch Linux
- WM: Qtile
- Terminal: Kitty
- Shell: Nushell
- Editor: Neovim## License
[*Do Whatever The Fuck You Want to.*](http://www.wtfpl.net)\
I stole this config from others and so others shall steal from me.