30 lines
449 B
Markdown
30 lines
449 B
Markdown
---
|
|
permalink: false
|
|
---
|
|
|
|
## $ ./about.sh
|
|
|
|
Hi, I'm **{{ site.author }}**.
|
|
|
|
{{ site.bio }}
|
|
|
|
## Skills
|
|
|
|
- Systems & low-level programming
|
|
- Web development (front + back)
|
|
- Open source / UNIX tooling
|
|
- Whatever interesting problem is in front of me
|
|
|
|
## Setup
|
|
|
|
```
|
|
OS: Gentoo Linux
|
|
Shell: zsh
|
|
Editor: neovim
|
|
WM: dwm
|
|
```
|
|
|
|
## Contact
|
|
|
|
- **GitHub:** [{{ site.github }}]({{ site.github }})
|
|
- **Email:** [{{ site.email }}](mailto:{{ site.email }})
|