I hereby claim:
- I am agkozak on github.
- I am agkozak (https://keybase.io/agkozak) on keybase.
- I have a public key ASB7g1od212lv-TWIsP55gP9HqsYdppwgUY4fL_yJFwWaAo
To claim this, I am signing this object:
{ | |
"meta": { | |
"theme": "elegant" | |
}, | |
"basics": { | |
"name": "A. G. Kozak", | |
"label": "", | |
"picture": "https://0.gravatar.com/avatar/f38155ecdb37b9eb41af36336f68f57916647016a6e004b307b7d4aa4d1825eb?size=512", | |
"phone": "", | |
"website": "https://www.agkozak.com", |
{ | |
"meta": { | |
"theme": "elegant" | |
}, | |
"basics": { | |
"name": "A. G. Kozak", | |
"label": "", | |
"picture": "https://0.gravatar.com/avatar/f38155ecdb37b9eb41af36336f68f57916647016a6e004b307b7d4aa4d1825eb?size=512", | |
"phone": "", | |
"website": "https://agkozak.github.io", |
{ | |
"meta": { | |
"theme": "elegant" | |
}, | |
"basics": { | |
"name": "A. G. Kozak", | |
"label": "", | |
"picture": "https://0.gravatar.com/avatar/f38155ecdb37b9eb41af36336f68f57916647016a6e004b307b7d4aa4d1825eb?size=512", | |
"phone": "", | |
"website": "https://agkozak.github.io", |
#! /bin/env zsh | |
# Install zcomet, if necessary | |
if [[ ! -f ${ZDOTDIR:-${HOME}}/.zcomet/bin/zcomet.zsh ]]; then | |
command git clone https://github.com/agkozak/zcomet.git ${ZDOTDIR:-${HOME}}/.zcomet/bin | |
fi | |
# Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.zshrc. | |
# Initialization code that may require console input (password prompts, [y/n] | |
# confirmations, etc.) must go above this block; everything else may go below. | |
if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]; then |
I hereby claim:
To claim this, I am signing this object:
Correct the Makefile
so that
CC = gcc
and add
NO_GETTEXT=YesPlease
Then run gmake
(after installing it, if necessary).
Compilation instructions:
./Util/preconfig
./configure --prefix=$HOME
make CFLAGS+=-DHAVE_SYMLINKS="0"
make install
Put in ~/.zshrc:
setopt HIST_FCNTL_LOCK