New wallpaper, small tweaks to sublime.

This commit is contained in:
Gabriel Simmer 2020-12-04 09:42:57 +00:00
parent 8849353f0e
commit 430c6896a3
No known key found for this signature in database
GPG key ID: 33BA4D83B160A0A9
5 changed files with 15 additions and 4 deletions

3
.gitignore vendored Normal file
View file

@ -0,0 +1,3 @@
# Can be fetched from https://dbrand.com/icons/wallpapers
wallpapers/black.png
wallpapers/red.png

View file

@ -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

View file

@ -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"
]

View file

@ -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"
}

View file

@ -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
fi