Skip to content

Commit

Permalink
Update setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Wirth committed Feb 8, 2022
1 parent 040edc7 commit f38bcce
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 5 deletions.
2 changes: 1 addition & 1 deletion gitconfig
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[core]
excludesfile = /Users/janwirth-private/.gitignore
excludesfile = /Users/janwirthprivate/.gitignore
ignorecase = false
pager = diff-so-fancy | less --tabs=4 -RFX
[user]
Expand Down
11 changes: 11 additions & 0 deletions packages.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
alacritty
altair-graphql-client
obsidian
soulseek
visual-studio-code
zoom
aldente
google-chrome
slack
spotify
whatsapp
4 changes: 3 additions & 1 deletion skhdrc
Original file line number Diff line number Diff line change
Expand Up @@ -162,4 +162,6 @@ fn + ctrl - w : chunkc tiling::desktop --deserialize ~/.chunkwm_layouts/dev_1
fn + ctrl - s : cd owvs-ui && npm start

ctrl - 1 : yabai -m window --toggle zoom-fullscreen
0x0A : alacritty
# 0x0A : alacritty

0x0A : open -a Terminal ~
2 changes: 0 additions & 2 deletions skuffShell.terminal
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
</data>
<key>BlinkText</key>
<false/>
<key>CommandString</key>
<string>tmux</string>
<key>CursorColor</key>
<data>
YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
Expand Down
8 changes: 7 additions & 1 deletion zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -220,4 +220,10 @@ if [ -f '/Users/janwirth/google-cloud-sdk/path.zsh.inc' ]; then . '/Users/janwir
# The next line enables shell command completion for gcloud.
if [ -f '/Users/janwirth/google-cloud-sdk/completion.zsh.inc' ]; then . '/Users/janwirth/google-cloud-sdk/completion.zsh.inc'; fi

/usr/local/share/zsh-navigation-tools/zsh-navigation-tools.plugin.zsh
# /usr/local/share/zsh-navigation-tools/zsh-navigation-tools.plugin.zsh

export PATH="/opt/homebrew/bin:$PATH"

export FPATH="/usr/local/share/zsh/functions:$FPATH"

export PATH="/Users/janwirthprivate/compiler/dist-newstyle/build/aarch64-osx/ghc-8.10.7/elm-0.19.1/x/elm/opt/build/elm:$PATH"

0 comments on commit f38bcce

Please sign in to comment.