Skip to content

Instantly share code, notes, and snippets.

View TarunDaCoder's full-sized avatar
😜
Probably not doing some work

Tarun TarunDaCoder

😜
Probably not doing some work
  • Neovim
View GitHub Profile
@TarunDaCoder
TarunDaCoder / fastfetch-conf.jsonc
Created November 15, 2024 16:42
My fastfetch config
// Inspired by Catnap
{
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
"logo": {
"padding": {
"top": 2,
"left": 2
}
},
"display": {
@TarunDaCoder
TarunDaCoder / kitty.conf
Created July 27, 2024 07:25
My kitty config
# 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
@TarunDaCoder
TarunDaCoder / neofetch.conf
Last active October 16, 2024 16:27
My neofetch config
# 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 "
@TarunDaCoder
TarunDaCoder / .tmux.conf
Created July 25, 2024 10:26
My tmux config
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
@TarunDaCoder
TarunDaCoder / .zshrc
Last active July 20, 2024 17:50
My zsh config
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
@TarunDaCoder
TarunDaCoder / starship.toml
Last active July 27, 2024 15:12
My starship.toml
# 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