Skip to content

Commit

Permalink
Merge pull request #170 from codepuncher/2024-02-26
Browse files Browse the repository at this point in the history
2024 02 26
  • Loading branch information
codepuncher authored Feb 26, 2024
2 parents 849cadd + bbe4cba commit 569837a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
1 change: 1 addition & 0 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ init_links() {
move_link .config/alacritty/alacritty.toml terminals/alacritty.toml
move_link .config/spotifyd/spotifyd.conf media/spotifyd.conf
move_link .config/fontconfig fontconfig
move_link .config/ngrok/ngrok.yml web/ngrok.yml

echo "Symlinking complete. Backups stored in ${SCRIPT_PATH}/backups."
return
Expand Down
4 changes: 3 additions & 1 deletion shell/aliases
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ alias gs='g status -sb'
function gbn() {
gco -b "${1:-$(date +%F)}"
}
alias gbr='gb -m'
function gbr() {
gb -m "${1:-$(date +%F)}"
}
if [[ "${OSTYPE:0:6}" =~ ^linux.* ]]; then
alias git_copy_branch='gb --show-current | xclip -selection c'
elif [[ "${OSTYPE:0:6}" = 'darwin' ]]; then
Expand Down
8 changes: 8 additions & 0 deletions web/ngrok.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
console_ui_color: transparent
dns_resolver_ips:
- 1.1.1.1
- 8.8.8.8
region: eu
version: 2
update_check: false

0 comments on commit 569837a

Please sign in to comment.