From 99c08e03c02f7196b4ee481169b12b6116aa33b3 Mon Sep 17 00:00:00 2001 From: Michael Zhang Date: Sat, 8 Sep 2018 16:43:34 -0500 Subject: [PATCH] updates --- content/pages/about.md | 8 +++++++- content/pages/setup.md | 40 +++++++++++++++++++++------------------- 2 files changed, 28 insertions(+), 20 deletions(-) diff --git a/content/pages/about.md b/content/pages/about.md index b125e1f..27d7dd4 100644 --- a/content/pages/about.md +++ b/content/pages/about.md @@ -7,6 +7,12 @@ Hi there! I'm a Computer Science student at the University of Minnesota, and I'v In an effort to rely on less services, I started doing a lot of self-hosting and rewriting of software. Check out some of the projects I'm doing over on my public [Git viewer](https://nobs.mzhang.me)! +### Setup + +My setup can be found [here](/pages/setup). + +### Languages + Here's some of the languages I like, in approximate order of my skill/confidence in using them: - **Rust** I can't say I'm fluent in Rust, but writing code in Rust just feels right. Most of my recent projects have been done in Rust. @@ -22,4 +28,4 @@ If you want my resume, contact me through one of these means: ## Contact - Discord: **michael#8440** (this is usually the best place to find me) - Email: (I sign all my Git commits with this email) -- PGP Key: (coming soon) +- PGP Key: [hosted on Keybase](https://keybase.io/michaelz/pgp_keys.asc?fingerprint=47b9c811f54651002bc2c104a1b65b603268116b) diff --git a/content/pages/setup.md b/content/pages/setup.md index 67abc47..f8365e8 100644 --- a/content/pages/setup.md +++ b/content/pages/setup.md @@ -8,26 +8,28 @@ template = "post.html" I'm using Arch Linux on my personal machine. Here's a neofetch: ``` -# michael @ arch in ~ [17:34:32] +# michael @ arch in ~ [16:42:51] $ neofetch - -` michael@arch - .o+` ------------ - `ooo/ OS: Arch Linux x86_64 - `+oooo: Host: K501UX 1.0 - `+oooooo: Kernel: 4.17.3-1-ARCH - -+oooooo+: Uptime: 36 mins - `/:-:++oooo+: Packages: 1063 (pacman) - `/++++/+++++++: Shell: zsh 5.5.1 - `/++++++++++++++: Resolution: 1920x1080 - `/+++ooooooooooooo/` WM: i3 - ./ooosssso++osssssso+` Theme: Adwaita [GTK2/3] - .oossssso-````/ossssss+` Icons: Adwaita [GTK2/3] - -osssssso. :ssssssso. Terminal: urxvt - :osssssss/ osssso+++. CPU: Intel i7-6500U (4) @ 3.100GHz - /ossssssss/ +ssssooo/- GPU: NVIDIA GeForce GTX 950M - `/ossssso+/:- -:/+osssso+- GPU: Intel Skylake GT2 [HD Graphics 520 - `+sso+:-` `.-/+oso: Memory: 3151MiB / 7871MiB - `++:. `-/+/ + -` michael@arch + .o+` ------------ + `ooo/ OS: Arch Linux x86_64 + `+oooo: Host: K501UX 1.0 + `+oooooo: Kernel: 4.18.5-arch1-1-ARCH + -+oooooo+: Uptime: 1 hour, 47 mins + `/:-:++oooo+: Packages: 1143 (pacman) + `/++++/+++++++: Shell: zsh 5.5.1 + `/++++++++++++++: Resolution: 1920x1080 + `/+++ooooooooooooo/` WM: i3 + ./ooosssso++osssssso+` Theme: Adwaita [GTK2/3] + .oossssso-````/ossssss+` Icons: Adwaita [GTK2/3] + -osssssso. :ssssssso. Terminal: alacritty + :osssssss/ osssso+++. Terminal Font: Roboto Mono for Powerline + /ossssssss/ +ssssooo/- CPU: Intel i7-6500U (4) @ 3.100GHz + `/ossssso+/:- -:/+osssso+- GPU: NVIDIA GeForce GTX 950M + `+sso+:-` `.-/+oso: GPU: Intel Skylake GT2 [HD Graphics 520] + `++:. `-/+/ Memory: 6708MiB / 7871MiB + .` `/ + ``` For my desktop environment, I've got [i3](https://i3wm.org/), a tiling window manager. I like it because it's lightweight and doesn't use much battery. My config can be found [here](https://git.mzhang.me/michael/dotfiles/src/branch/master/.config/i3/config). I tried i3gaps at one point but didn't feel like trying to fix the rendering artifacts so I switched back.