Skip to content

Instantly share code, notes, and snippets.

@cravacuore
cravacuore / tmux.conf
Created April 30, 2019 14:06
My tmux superb config (?
# Setting shell to use in tmux
# set-option -g default-shell "/usr/bin/fish"
# Vim-like config
setw -g mode-keys vi
# Bind prefix
unbind C-b
set -g prefix C-a
@cravacuore
cravacuore / raw.zsh-theme
Created September 24, 2018 14:03
Zsh 'raw' theme I made by copying various ideas from other themes into one
# Inspired by making a mixture the following themes:
# robbyrussell + arrow + lambda
# changing some colors and elements positions
local ret_status="%(?:%{$fg_bold[grey]%}λ :%{$fg_bold[red]%} λ )"
PROMPT=' ${ret_status}%{$fg[magenta]%}%c %{$fg[black]%}➤ %{$reset_color%}'
RPROMPT='$(git_prompt_info) %{$reset_color%}'
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg_bold[grey]%}git:(%{$fg[cyan]%}"
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%} "
@cravacuore
cravacuore / rawlocal.cfg
Last active September 21, 2019 19:05
Local CS:GO config for training
exec gamemode_competitive
sv_cheats 1
mp_freezetime 1
mp_round_restart_delay 1
mp_maxmoney 50000
mp_startmoney 50000
mp_roundtime_defuse 60
mp_buy_anywhere 1
mp_buytime 1000000
mp_warmuptime 666666
@cravacuore
cravacuore / rawConfig.cfg
Last active July 30, 2023 23:45
CS:GO game config - raw
clear
echo " "
echo " "
echo "---------------------------------------------"
echo "----------Loading raw config...---------"
echo "---------------------------------------------"
echo " "
echo " "
// === MOUSE SETTINGS ===
@cravacuore
cravacuore / urtConfig.cfg
Last active July 8, 2017 16:18
My ultimate superb 360 no scope headshot Urban Terror config xD
// My ultimate superb 360 no scope headshot Urban Terror config xD
// rawBasic UrT config.
unbindall
//======= MOVEMENT & ACTIONS =======//
bind TAB "+scores"
bind SPACE "+moveup"
bind a "+moveleft"
bind w "+forward"
@cravacuore
cravacuore / vimrc
Last active April 6, 2020 22:38
My always getting better (for me) frankenstein vim config for life.
" Vim config mostly based on thoughtbot config
" with parts of various mythical creatures
" and some of my crazy ideas
" First python call defines what version uses after, call python3 to force it first.
if has('python3')
endif
"" vim-plug plugin manager
"" Automatically setting up vim-plug, taken from https://github.com/junegunn/vim-plug/wiki/tips#automatic-installation