This commit is contained in:
Michael Zhang 2019-03-04 18:16:20 -06:00
parent 854a6e5fc2
commit a1d6f76a6a
No known key found for this signature in database
GPG Key ID: 5BAEFE5D04F0CE6C
3 changed files with 10 additions and 13 deletions

View File

@ -8,5 +8,6 @@ generate_rss = true
[extra]
nav_links = [
{ url = "/pages/about", text = "about" },
{ url = "/pages", text = "all pages" },
{ url = "https://git.mzhang.me/michael", text = "projects" },
]

View File

@ -7,11 +7,11 @@ 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
### setup
My setup can be found [here](/pages/setup).
### Languages
### languages
Here's some of the languages I like, in approximate order of my skill/confidence in using them:
@ -25,7 +25,7 @@ Here's some of the languages I like, in approximate order of my skill/confidence
If you want my resume, contact me through one of these means:
## Contact
## contact
- Discord: **iptq#8440** (this is usually the best place to find me)
- Email: (I sign all my Git commits with this email)
- PGP Key: [hosted on Keybase](https://keybase.io/michaelz/pgp_keys.asc?fingerprint=2a323c176e16b8c25ade02d447033f6c0a02f24a)

View File

@ -3,7 +3,7 @@ title = "my setup"
template = "post.html"
+++
## Desktop
## desktop
I'm using Arch Linux on my personal machine. Here's a neofetch:
@ -34,27 +34,23 @@ $ neofetch
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.
### Coding
### coding
I use the trial version of [Sublime Text 3](http://www.sublimetext.com/) on my personal computer, and [neovim](https://neovim.io/) in the terminal. I use the default theme with the [VSCode Dark](https://github.com/nikeee/visual-studio-dark) theme.
### Passwords
### passwords
For passwords, I'm using [pass](https://www.passwordstore.org/), which is a GPG-encrypted password store. The passwords are checked into a git repository in order to maintain consistency between multiple devices (I'm using [Android Password Store](https://github.com/zeapo/Android-Password-Store) on my phone). Then, I bind `$mod+p` to a [rofi script](https://git.mzhang.me/michael/dotfiles/src/branch/master/.local/scripts/passmenu) so I can access them easily.
### Music
### music
On my personal computer, I'm using [mpd](https://www.musicpd.org/), the music player daemon along with [sonata](https://www.nongnu.org/sonata/), which is a GTK frontend. I like using mpd because this also allows me to display my current playing song in my i3 bar.
### Social Media
I'm using [Rambox](https://rambox.pro), which is essentially just an Electron app that combines multiple services into a single view.
### Screenshot
### screenshot
I'm using a [custom screenshot tool](https://git.mzhang.me/michael/leanshot).
## This Website
## this website
The stack for this website looks like: