- 2gua.rainbow-brackets
- aaron-bond.better-comments
- alefragnani.Bookmarks
- alexandersage.angular1-code-snippets
- andys8.jest-snippets
- artdiniz.quitcontrol-vscode
- Asuka.insertnumbers
- auroral-ui.aurora-future
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
sv_cheats 1; | |
bot_kick; | |
mp_limitteams 0; | |
mp_autoteambalance 0; | |
mp_maxmoney 60000; | |
mp_startmoney 60000; | |
mp_buytime 9999; | |
mp_buy_anywhere 1; | |
mp_freezetime 0; | |
mp_roundtime 60; |
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
bind mwheeldown "jomp" | |
bind mwheelup "jomp" | |
bind z +duck | |
bind a +sprint | |
bind e +forward | |
bind s +left | |
bind d +back | |
bind f +right | |
bind b +runthrow | |
bind q drop |
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
const input = 1; | |
function makeLine(blocks, maxBlocks) { | |
const numSpaces = maxBlocks - blocks; | |
let output = `` | |
const addSpace = () => { output = output + ' '} | |
const addPadding = () => { |
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
<?xml version="1.0" encoding="utf-8"?> | |
<VBAudioVoicemeeterSettings> | |
<VoiceMeeterDeviceConfiguration> | |
<OptionDev mme='512' wdm='512' ks='512' asio='0' srasio='0' msA1='0.00' msA2='0.00' msA3='0.00' msA4='0.00' msA5='0.00' /> | |
<ExternalFXsend send1ch1='0' send1ch2='0' send2ch1='0' send2ch2='0' /> | |
<ExternalFXreturn ret1ch1='0' ret1ch2='0' ret2ch1='0' ret2ch2='0' /> | |
<InputDev index='1' type='1' name="Microphone (Arctis Nova Pro Wir" /> | |
<InputDev index='2' type='4' name="Microphone (Yeti Nano)" /> | |
<InputDev index='3' type='1' name="Microphone (Voicemod Virtual Au" /> | |
<InputDev index='4' name="-" /> |
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
ai_expression_frametime "0" | |
anim_3wayblend "0" | |
bink_materials_enabled "0" | |
bink_preload_videopanel_movies "0" | |
building_cubemaps "1" | |
cl_SetupAllBones "0" | |
cl_aggregate_particles "0" | |
cl_allowAnimsToInterpolateBackward "0" | |
cl_always_ragdoll_radius "0" | |
cl_anim_detail_dist "0" |
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
local config = { | |
header = { | |
" ", | |
" ", | |
" ", | |
" ", | |
" ββββ ββββββ ββββββββββ βββ", | |
" βββββ ββββββ βββββββββββ ββββ", | |
" ββββββ ββββββ ββββββββββββββββ", | |
" ββββββββββββββ βββββββββββββββββ", |
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
# | |
# Executes commands at the start of an interactive session. | |
# | |
# Authors: | |
# Sorin Ionescu <sorin.ionescu@gmail.com> | |
# | |
# Source Prezto. | |
if [[ -s "${ZDOTDIR:-$HOME}/.zprezto/init.zsh" ]]; then | |
source "${ZDOTDIR:-$HOME}/.zprezto/init.zsh" |
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
#!/bin/bash | |
# install zsh | |
sudo yum install zsh util-linux-user -y | |
# configure oh-my-zsh | |
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" "" --unattended | |
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git /home/ec2-user/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting | |
git clone https://github.com/zsh-users/zsh-autosuggestions /home/ec2-user/.oh-my-zsh/custom/plugins/zsh-autosuggestions | |
git clone https://github.com/spaceship-prompt/spaceship-prompt.git /home/ec2-user/.oh-my-zsh/custom/themes/spaceship-prompt --depth=1 | |
git clone https://github.com/jeffreytse/zsh-vi-mode /home/ec2-user/.oh-my-zsh/custom/plugins/zsh-vi-mode |
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
# Display time | |
SPACESHIP_TIME_SHOW=true | |
# Display username always | |
SPACESHIP_USER_SHOW=always | |
SPACESHIP_HOST_SHOW=always | |
SPACESHIP_HOST_SHOW_FULL=true | |
# Do not truncate path in repos | |
SPACESHIP_DIR_TRUNC_REPO=false |
NewerOlder