Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2024 02 26 #170

Merged
merged 2 commits into from
Feb 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading