updates
This commit is contained in:
parent
5a71ba6eec
commit
99c08e03c0
2 changed files with 28 additions and 20 deletions
|
@ -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)!
|
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:
|
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.
|
- **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
|
## Contact
|
||||||
- Discord: **michael#8440** (this is usually the best place to find me)
|
- Discord: **michael#8440** (this is usually the best place to find me)
|
||||||
- Email: (I sign all my Git commits with this email)
|
- 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)
|
||||||
|
|
|
@ -8,26 +8,28 @@ template = "post.html"
|
||||||
I'm using Arch Linux on my personal machine. Here's a neofetch:
|
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
|
$ neofetch
|
||||||
-` michael@arch
|
-` michael@arch
|
||||||
.o+` ------------
|
.o+` ------------
|
||||||
`ooo/ OS: Arch Linux x86_64
|
`ooo/ OS: Arch Linux x86_64
|
||||||
`+oooo: Host: K501UX 1.0
|
`+oooo: Host: K501UX 1.0
|
||||||
`+oooooo: Kernel: 4.17.3-1-ARCH
|
`+oooooo: Kernel: 4.18.5-arch1-1-ARCH
|
||||||
-+oooooo+: Uptime: 36 mins
|
-+oooooo+: Uptime: 1 hour, 47 mins
|
||||||
`/:-:++oooo+: Packages: 1063 (pacman)
|
`/:-:++oooo+: Packages: 1143 (pacman)
|
||||||
`/++++/+++++++: Shell: zsh 5.5.1
|
`/++++/+++++++: Shell: zsh 5.5.1
|
||||||
`/++++++++++++++: Resolution: 1920x1080
|
`/++++++++++++++: Resolution: 1920x1080
|
||||||
`/+++ooooooooooooo/` WM: i3
|
`/+++ooooooooooooo/` WM: i3
|
||||||
./ooosssso++osssssso+` Theme: Adwaita [GTK2/3]
|
./ooosssso++osssssso+` Theme: Adwaita [GTK2/3]
|
||||||
.oossssso-````/ossssss+` Icons: Adwaita [GTK2/3]
|
.oossssso-````/ossssss+` Icons: Adwaita [GTK2/3]
|
||||||
-osssssso. :ssssssso. Terminal: urxvt
|
-osssssso. :ssssssso. Terminal: alacritty
|
||||||
:osssssss/ osssso+++. CPU: Intel i7-6500U (4) @ 3.100GHz
|
:osssssss/ osssso+++. Terminal Font: Roboto Mono for Powerline
|
||||||
/ossssssss/ +ssssooo/- GPU: NVIDIA GeForce GTX 950M
|
/ossssssss/ +ssssooo/- CPU: Intel i7-6500U (4) @ 3.100GHz
|
||||||
`/ossssso+/:- -:/+osssso+- GPU: Intel Skylake GT2 [HD Graphics 520
|
`/ossssso+/:- -:/+osssso+- GPU: NVIDIA GeForce GTX 950M
|
||||||
`+sso+:-` `.-/+oso: Memory: 3151MiB / 7871MiB
|
`+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.
|
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.
|
||||||
|
|
Loading…
Reference in a new issue