Skip to content

Instantly share code, notes, and snippets.

View XBeg9's full-sized avatar
🎯
Working hard

Fedir Skitsko XBeg9

🎯
Working hard
View GitHub Profile
# Generated by Powerlevel10k configuration wizard on 2021-11-22 at 21:06 UTC.
# Based on romkatv/powerlevel10k/config/p10k-lean-8colors.zsh, checksum 64001.
# Wizard options: nerdfont-complete + powerline, small icons, lean_8colors, unicode,
# 1 line, compact, many icons, concise, instant_prompt=verbose.
# Type `p10k configure` to generate another config.
#
# Config for Powerlevel10k with 8-color lean prompt style. Type `p10k configure` to generate
# your own config based on it.
#
# Tip: Looking for a nice color? Here's a one-liner to print colormap.
@XBeg9
XBeg9 / .p10k.zsh
Created November 22, 2021 19:41
p10k
# Generated by Powerlevel10k configuration wizard on 2021-11-22 at 11:23 PST.
# Based on romkatv/powerlevel10k/config/p10k-pure.zsh, checksum 13301.
# Wizard options: nerdfont-complete + powerline, small icons, pure, snazzy, 1 line,
# compact, transient_prompt, instant_prompt=verbose.
# Type `p10k configure` to generate another config.
#
# Config file for Powerlevel10k with the style of Pure (https://github.com/sindresorhus/pure).
#
# Differences from Pure:
#
@XBeg9
XBeg9 / FullyReplaceSegue.h
Created December 12, 2012 17:35
Replace rootViewController via custom Segue
#import <UIKit/UIKit.h>
@interface FullyReplaceSegue : UIStoryboardSegue
@end