-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed boot script copy, and adjusted line endings
- Loading branch information
Lody Borgers
committed
Feb 23, 2022
1 parent
7b443d7
commit 84be5c7
Showing
4 changed files
with
15 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
- shell: | ||
- [cp ./windows-terminal/settings.json /mnt/c/Users/l.borgers/AppData/Local/Packages/Microsoft.WindowsTerminal_8wekyb3d8bbwe/LocalState/settings.json, Copying Windows Terminal settings] | ||
- [cp ./wsl/wsl2-bridge.ps1 /mnt/c/Users/l.borgers/wsl2-bridge.ps1, Copying the WSL2 Bridge script] | ||
- [cp ./wsl/rc_local.sh /etc/rc.local, Copying the boot script for Ubuntu] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
# TAF-specific aliases | ||
|
||
# Run the linux update alias, and add some own updates to it | ||
alias powershell="powershell.exe" | ||
alias padmin="powershell 'Start-Process powershell -Verb runAs'" | ||
alias ipconfig="powershell ipconfig" | ||
#alias powershell="powershell.exe" | ||
#alias padmin="powershell 'Start-Process powershell -Verb runAs'" | ||
#alias ipconfig="powershell ipconfig" | ||
alias update='sudo apt update; sudo apt upgrade -y; nvm install --lts; npm install npm -g; npm update -g; powershell wsl --update'; | ||
|
||
# CAUTION: If you change this line, reflect those changes in wsl/rc_local.sh | ||
alias wslb="powershell 'Start-Process PowerShell -Verb RunAs \"PowerShell -File \$env:USERPROFILE\\wsl2-bridge.ps1\"'" | ||
alias wslbridge=wslb | ||
#alias wslb="powershell 'Start-Process PowerShell -Verb RunAs \"PowerShell -File \$env:USERPROFILE\\wsl2-bridge.ps1\"'" | ||
#alias wslbridge=wslb |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters