Skip to content

Instantly share code, notes, and snippets.

@krnd
krnd / . (watch-list)
Last active September 5, 2023 08:39
watch-list
A list of packages, repositories, tools and issues
to review or watch.
@krnd
krnd / . (awesome-list)
Last active February 4, 2024 07:49
awesome-list
A list of useful packages, repositories and tools.
@krnd
krnd / .bashrc
Created July 4, 2021 18:26
bash-bashrc
#!/bin/bash
# .bashrc
#
# AUTHOR
# krnd
#
# VERSION
# 1.0
#
# SEE ALSO
@krnd
krnd / .bash_profile
Created July 4, 2021 18:22
bash-bash_profile
#!/bin/bash
# .bash_profile
#
# AUTHOR
# krnd
#
# VERSION
# 1.0
#
# SEE ALSO
@krnd
krnd / .inputrc
Created July 4, 2021 18:17
bash-inputrc
#!/bin/bash
# .inputrc
#
# AUTHOR
# krnd
#
# VERSION
# 1.0
#
# SEE ALSO
@krnd
krnd / .gitconfig
Last active July 5, 2021 15:22
git-gitconfig
# .gitconfig
#
# AUTHOR
# krnd
#
# VERSION
# 1.4
#
# SEE ALSO
# https://git-scm.com/docs/gitignore
@krnd
krnd / settings.json
Last active November 21, 2021 18:30
windows-terminal
{
"$schema": "https://aka.ms/terminal-profiles-schema",
"actions":
[
{
"command":
{
"action": "copy",
"singleLine": false
},
@krnd
krnd / profile.ps1
Last active November 23, 2021 22:39
powershell-profile
# profile.ps1
#
# VERSION
# 0.0
#
# SEE ALSO
# https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_profiles
# https://docs.microsoft.com/en-us/powershell/module/psreadline
# https://ohmyposh.dev/docs
#
@krnd
krnd / oh-my-posh.json
Last active November 23, 2021 09:11
oh-my-posh
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
// =====================< General >=====================
"final_space": true,
"osc99": true,
// =====================< Console Title >===============
/* REVISIT */
"console_title": true,
"console_title_style": "folder",
"console_title_template": "{{ .Shell }} in {{ .Folder }}",
@krnd
krnd / .vimrc
Last active July 3, 2021 08:54
vim-vimrc
" .vimrc
"
" AUTHOR
" krnd
"
" VERSION
" 1.2
"
" SEE ALSO
" http://vimdoc.sourceforge.net/htmldoc/options.html