clone of my dotfiles.ssp.sh
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

adding presenterm and default config to linux

+6
+4
presenterm/config.yaml
··· 1 + export: 2 + dimensions: 3 + columns: 90 4 + rows: 35
+2
zsh/paths.shrc
··· 45 45 export RC=$MYVIMRC 46 46 #vim in browser 47 47 export XDG_DATA_HOME=$HOME/.local/share/ 48 + # setting default config path from MacOS (`~/Library/Application Support/`) to Linux (`~/.config/`) 49 + export XDG_CONFIG_HOME="$HOME/.config" 48 50 49 51 # PROTOC_HOME=/Users/zekexu/Documents/protoc 50 52 # export PATH=$PATH:$PROTOC_HOME/bin