Skip to content

Instantly share code, notes, and snippets.

@MsRCAtN
MsRCAtN / .zshrc
Last active April 27, 2024 16:26
zshrc
################################################################################################################################################################################
#
# This config is working at zsh and Oh-My-Zsh framework installed is prerequisition
#
# p10k: git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k
# zsh-autosgst: git clone https://github.com/zsh-users/zsh-autosuggestions.git $ZSH_CUSTOM/plugins/zsh-autosuggestions
# zsh-sytxhl: git clone https://github.com/zsh-users/zsh-syntax-highlighting.git $ZSH_CUSTOM/plugins/zsh-syntax-highlighting
# zsh-fastsntxhl: git clone https://github.com/zdharma-continuum/fast-syntax-highlighting.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/plugins/fast-syntax-highlighting
# zsh-autocomple: git clone --depth 1 -- https://github.com/marlonrichert/zsh-autocomplete.git $ZSH_CUSTOM/plugins/zsh-autocomplete
#
@MsRCAtN
MsRCAtN / config.toml
Last active April 3, 2024 09:20
Helix global conf
theme = "onedark"
[editor.file-picker]
hidden = false
[editor.statusline]
left = ["mode", "spinner"]
center = ["file-name"]
right = ["diagnostics", "selections", "position", "file-encoding", "file-line-ending", "file-type"]
separator = "│"
@MsRCAtN
MsRCAtN / .tmux.conf
Created March 14, 2024 18:08
.tmux.conf.local
# : << EOF
# https://github.com/gpakosz/.tmux
# (‑●‑●)> dual licensed under the WTFPL v2 license and the MIT license,
# without any warranty.
# Copyright 2012— Gregory Pakosz (@gpakosz).
# -- session creation ----------------------------------------------------------
# prompt for session name when creating a new session, possible values are:
@MsRCAtN
MsRCAtN / alacritty.toml
Last active April 25, 2024 17:09
alacritty toml
live_config_reload = true
[colors]
draw_bold_text_with_bright_colors = true
[colors.bright]
black = "#4d4d4d"
blue = "#a277ff"
cyan = "#61ffca"
green = "#61ffca"