From 430c6896a36ba891f2b5d3341b6f22d95bbb9eff Mon Sep 17 00:00:00 2001 From: Gabriel Simmer Date: Fri, 4 Dec 2020 09:42:57 +0000 Subject: [PATCH] New wallpaper, small tweaks to sublime. --- .gitignore | 3 +++ toronto/.config/i3/config | 2 +- .../Packages/User/Package Control.sublime-settings | 6 ++++++ .../Packages/User/Preferences.sublime-settings | 4 +++- toronto/.zshrc | 4 ++-- 5 files changed, 15 insertions(+), 4 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f3e2042 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +# Can be fetched from https://dbrand.com/icons/wallpapers +wallpapers/black.png +wallpapers/red.png \ No newline at end of file diff --git a/toronto/.config/i3/config b/toronto/.config/i3/config index b966fd5..def6e21 100644 --- a/toronto/.config/i3/config +++ b/toronto/.config/i3/config @@ -218,4 +218,4 @@ bindsym $mod+p exec --no-startup-id ~/.config/i3/display.sh exec_always --no-startup-id picom --config ~/.config/picom/picom.conf -exec_always --no-startup-id feh --bg-fill ~/Pictures/cci-bg.png +exec_always --no-startup-id feh --bg-fill ~/dotfiles/wallpapers/black.png diff --git a/toronto/.config/sublime-text-3/Packages/User/Package Control.sublime-settings b/toronto/.config/sublime-text-3/Packages/User/Package Control.sublime-settings index e733ec1..259959a 100644 --- a/toronto/.config/sublime-text-3/Packages/User/Package Control.sublime-settings +++ b/toronto/.config/sublime-text-3/Packages/User/Package Control.sublime-settings @@ -1,5 +1,6 @@ { "bootstrapped": true, + "debug": true, "in_process_packages": [ ], @@ -9,7 +10,10 @@ "Dartlight", "Dockerfile Syntax Highlighting", "Emmet", + "Emoji", + "GitGutter", "Gitmoji", + "GoDebug", "Gofmt", "Golang Build", "JSX", @@ -19,6 +23,7 @@ "LSP-yaml", "Markdown Extended", "Markdown Table Formatter", + "orgmode", "Package Control", "Rust Enhanced", "SideBarEnhancements", @@ -27,6 +32,7 @@ "Terraform", "Theme - Monokai Pro", "TOML", + "TypeScript", "TypeScript Syntax", "Vue Syntax Highlight" ] diff --git a/toronto/.config/sublime-text-3/Packages/User/Preferences.sublime-settings b/toronto/.config/sublime-text-3/Packages/User/Preferences.sublime-settings index 1a12939..9f2d3ff 100644 --- a/toronto/.config/sublime-text-3/Packages/User/Preferences.sublime-settings +++ b/toronto/.config/sublime-text-3/Packages/User/Preferences.sublime-settings @@ -1,7 +1,8 @@ { + "auto_complete_delay": 20, "color_scheme": "Monokai Pro (Filter Spectrum).sublime-color-scheme", "font_face": "IBM Plex Mono", - "font_size": 12, + "font_size": 13, "ignored_packages": [ "LSP-bash", @@ -15,5 +16,6 @@ [ 80 ], + "scroll_past_end": false, "theme": "Monokai Pro (Filter Spectrum).sublime-theme" } diff --git a/toronto/.zshrc b/toronto/.zshrc index f306f66..e7e7813 100644 --- a/toronto/.zshrc +++ b/toronto/.zshrc @@ -32,7 +32,7 @@ if [ -f '/usr/bin/google-cloud-sdk/completion.zsh.inc' ]; then . '/usr/bin/googl export PATH="$PATH:/home/gsimmer/flutter/bin:/home/gsimmer/scripts:/home/gsimmer/apps/goland/bin:/opt/android-sdk:/home/gsimmer/.local/bin" export GOPATH="/home/gsimmer/Projects/go" export DENO_INSTALL="/home/gsimmer/.deno" -export PATH="$DENO_INSTALL/bin:$PATH" +export PATH="$DENO_INSTALL/bin:$GOPATH/bin:$PATH" # sfdx autocomplete setup SFDX_AC_ZSH_SETUP_PATH=/home/gsimmer/.cache/sfdx/autocomplete/zsh_setup && test -f $SFDX_AC_ZSH_SETUP_PATH && source $SFDX_AC_ZSH_SETUP_PATH; @@ -49,4 +49,4 @@ if [ $(which bat) != 'bat not found' ]; then fi if [ $(which rg) != 'rg not found' ]; then alias grep=rg -fi \ No newline at end of file +fi