Skip to content

Instantly share code, notes, and snippets.

View rycu's full-sized avatar
😬
Getting on with it

Ryan Cutter rycu

😬
Getting on with it
View GitHub Profile
@rycu
rycu / settings.json
Last active December 4, 2024 10:52
vscode settings
{
"cSpell.language": "en-GB,en",
"diffEditor.ignoreTrimWhitespace": false,
"editor.accessibilitySupport": "off",
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
@rycu
rycu / karabiner.json
Created March 19, 2022 14:26
⌨️ Karabiner Elements config
{
"global": {
"check_for_updates_on_startup": true,
"show_in_menu_bar": true,
"show_profile_name_in_menu_bar": false
},
"profiles": [
{
"complex_modifications": {
"parameters": {
@rycu
rycu / editor stack
Last active March 18, 2022 15:54
👨‍💻 My current stacks
iterm2: "https://iterm2.com/"
zsh: "https://www.zsh.org/"
prezto: "https://github.com/sorin-ionescu/prezto"
starship: "https://starship.rs/"
FiraCode: "https://github.com/tonsky/FiraCode"
FiraCodeNerdFont: "https://www.nerdfonts.com/"
vscode: "https://code.visualstudio.com/"
monokai: "https://monokai.nl/"
FiraCode: "https://github.com/tonsky/FiraCode"
FiraCodeNerdFont: "https://www.nerdfonts.com/"
@rycu
rycu / casks.txt
Last active November 19, 2024 14:57
🍺 Brew Installs
1password
affinity-designer
amazon-workspaces
brave-browser
bruno
cameracontroller
firefox
floorp
google-chrome
iterm2
@rycu
rycu / zshrc
Last active March 22, 2022 09:36
🧙‍♂️ zsh config
# Source Prezto.
if [[ -s "${ZDOTDIR:-$HOME}/.zprezto/init.zsh" ]]; then
source "${ZDOTDIR:-$HOME}/.zprezto/init.zsh"
fi
# Customize to your needs...
. /opt/homebrew/etc/profile.d/z.sh
eval $(thefuck --alias)
@rycu
rycu / .zpreztorc
Created March 18, 2022 15:13
🪄 Prezto Config
#
# Sets Prezto options.
#
# Authors:
# Sorin Ionescu <sorin.ionescu@gmail.com>
#
#
# General
#
@rycu
rycu / starship.toml
Last active March 21, 2022 09:27
🚀 starship prompt config
format = """\
$username\
$hostname\
$directory\
$git_branch\
$git_commit\
$git_state\
$git_status\
$package\
$nodejs\
@rycu
rycu / com.googlecode.iterm2.plist
Last active March 18, 2022 16:02
$_ iTerm2 Preferences
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>BadgeFont</key>
<string>Helvetica</string>
<key>BadgeRightMargin</key>
<integer>10</integer>
<key>Default Arrangement Name</key>
<string>repos</string>