My Nix Infra
nix nixos
0
fork

Configure Feed

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

dotfiles maintainence

+7 -3
+4
abbr.fish
··· 49 49 50 50 # recursively delete node_modules 51 51 abbr -a nodemodules "find . -type d -name \"node_modules\" -exec rm -rf \"{}\" +" 52 + 53 + # CC VPN 54 + alias ccvpnt="sudo openfortivpn ccvpn.it.cs.nycu.edu.tw:443 --realm test" 55 + alias ccvpnp="sudo openfortivpn ccvpn.it.cs.nycu.edu.tw:443 --realm prod"
+1 -1
config.fish
··· 10 10 11 11 fish_add_path $HOME/.cargo/bin 12 12 fish_add_path $HOME/.deno/bin 13 - fish_add_path $HOME/.composer/vendor/bin 13 + fish_add_path $HOME/.config/composer/vendor/bin 14 14 fish_add_path $HOME/.local/share/pnpm 15 15 16 16 source $DOTFILES_PATH/abbr.fish
+1 -1
gitconfig-csit
··· 1 1 [core] 2 - hookspath = ~/csit/githooks 2 + hookspath = ~/cc/www/githooks 3 3 [user] 4 4 name = De-Cheng Yang 5 5 email = dcyang@cs.nctu.edu.tw
+1 -1
setup.sh
··· 34 34 git config --global user.email "n2ya@duck.com" 35 35 git config --global core.editor "nvim" 36 36 git config --global init.defaultBranch main 37 - git config --global includeIf.gitdir/i:$HOME/csit/.path $HOME/.dotfiles/gitconfig-csit 37 + git config --global includeIf.gitdir/i:$HOME/cc/.path $HOME/.dotfiles/gitconfig-csit