This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
// Inspired by Catnap | |
{ | |
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", | |
"logo": { | |
"padding": { | |
"top": 2, | |
"left": 2 | |
} | |
}, | |
"display": { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Base16 Railscasts - kitty color config | |
# Scheme by Ryan Bates (http://railscasts.com) | |
# base00/color0 changed by me from 2b2b2b to 0c0c0c | |
background #232830 | |
# background #303745 | |
foreground #abb2bf | |
cursor none | |
# normal | |
color0 #282c34 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Source: https://github.com/Chick2D/neofetch-themes/ | |
# Do consider checking out the repository, it has a ton of great configs like this. | |
# Made by https://github.com/mmsaeed509 (ozozFetch) | |
# Customization Wiki https://github.com/dylanaraps/neofetch/wiki/Customizing-Info | |
print_info() { | |
prin "${c1} Sys-Info " |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set-environment -g PATH "/usr/local/bin:/bin:/usr/bin" | |
bind r source-file ~/.tmux.conf | |
set -g prefix C-a | |
set -g base-index 1 | |
set -g pane-base-index 1 | |
set -g detach-on-destroy off | |
# act like vim |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd ~ | |
# Path to your oh-my-zsh installation. | |
export ZSH="$HOME/.oh-my-zsh" | |
# Make graphs work with wsl | |
export LESSCHARSET="utf-8" | |
export LANG=en_US.UTF-8 | |
export LC_ALL=en_US.UTF-8 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Get editor completions based on the config schema | |
"$schema" = 'https://starship.rs/config-schema.json' | |
# ============================================================================================= | |
# New starship config | |
# Minimal starship config | |
# inspired by https://github.com/max397574/dotfiles/blob/main/starship.toml | |
add_newline = true |