https://github.com/zypeh/os
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zypeh/os
- Owner: zypeh
- License: mit
- Created: 2019-04-17T01:52:52.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-04T15:13:24.000Z (about 7 years ago)
- Last Synced: 2025-08-29T05:34:42.005Z (10 months ago)
- Language: Shell
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OS
> For enlightenment use ArchLinux / Gentoo. For transcendence, make your own distro.
This is a repository served as my notes, dotfiles and distro related stuff. As I want to
implement my own package manager.
### 🤔 But it is empty ... ?
I tend to jot down my notes and thoughts on my blog, be patient and stay tuned.
### File structure
```
~ —— $HOME
.config —— $XDG_CONFIG_HOME
.shell.d —— shell scripts
```
### Installation
Just clone this repository and soft link these files to your `$HOME`.
```shell
git clone https://github.com/zypeh/os.git
ln -s ~/os/.bashrc .bashrc
```
If you want to add your own shell script, just put it under `$HOME/os/shell.d`.