Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iosmanthus/iosmanthus
iosmanthus: A repository in GitHub to display a box at main page of Profile.
https://github.com/iosmanthus/iosmanthus
Last synced: about 1 month ago
JSON representation
iosmanthus: A repository in GitHub to display a box at main page of Profile.
- Host: GitHub
- URL: https://github.com/iosmanthus/iosmanthus
- Owner: iosmanthus
- License: mit
- Created: 2020-08-04T08:39:47.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-05T09:45:12.000Z (12 months ago)
- Last Synced: 2023-12-05T10:51:20.997Z (12 months ago)
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Self in Nix
```nix
{ pkgs
, ...
}: {
users.users.iosmanthus = {
interest = [
"Cat"
"Database"
"Distributed System"
"NixOS"
"Rust"
];careers = [{
name = "PingCAP";
url = "https://www.pingcap.com";
}];contact = {
email = "[email protected]";
twitter = "@iosmanthus1998";
};tools = {
editor = pkgs.vscode;
shell = pkgs.zsh;
terminal = pkgs.kitty;
browser = pkgs.firefox;
font = pkgs.meslo-lg;
email = pkgs.thunderbird;
};tags = [ "hen-pecked" "cat lover" ];
};
}
```
### Listening
[![spotify-github-profile](https://spotify-github-profile.kittinanx.com/api/view?uid=myosmanthus&cover_image=true&theme=novatorem&show_offline=false&background_color=121212&interchange=false)](https://github.com/kittinan/spotify-github-profile)