Skip to content

Instantly share code, notes, and snippets.

View onichandame's full-sized avatar

XiaoZhang onichandame

View GitHub Profile
@onichandame
onichandame / alacritty.yml
Last active August 23, 2023 08:29
alacritty config
font:
normal:
family: Hack Nerd Font
builtin_box_drawing: true
window:
startup_mode: Maximized
shell:
program: /bin/bash
args:
- -l
@onichandame
onichandame / htoprc
Last active September 7, 2023 06:22
htop
# Beware! This file is rewritten by htop when settings are changed in the interface.
# The parser is also very primitive, and not human-friendly.
htop_version=3.2.2
config_reader_min_version=3
fields=0 39 2 46 47 1
hide_kernel_threads=1
hide_userland_threads=1
hide_running_in_container=0
shadow_other_users=0
show_thread_names=0
@onichandame
onichandame / .bashrc_xiao
Last active September 9, 2023 06:43
bashrc
# To the extent possible under law, the author(s) have dedicated all
# copyright and related and neighboring rights to this software to the
# public domain worldwide. This software is distributed without any warranty.
# You should have received a copy of the CC0 Public Domain Dedication along
# with this software.
# If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.
# base-files version 4.2-4
# ~/.bashrc: executed by bash(1) for interactive shells.