wsl: remove WSLtty config
This commit is contained in:
parent
b6c0d83473
commit
102cdd0309
|
@ -5,7 +5,7 @@ PATH="$PWD/bash/scripts:$PATH"
|
|||
root_win="$([[ "$(uname --kernel-release)" =~ [Mm]icrosoft ]] && wslpath -w .)"
|
||||
while :; do
|
||||
action="$(whiptail --menu '' $(tput lines) $(tput cols) $(($(tput lines) - 7)) \
|
||||
wsl- 'WSL' wsl-scripts ' Set up WSL helper scripts' wsl-win ' Create symlinks to Windows profile folders' wsl-wsltty ' Create WSLtty config symlinks (Windows)' \
|
||||
wsl- 'WSL' wsl-scripts ' Set up WSL helper scripts' wsl-win ' Create symlinks to Windows profile folders' \
|
||||
bash- 'Bash' bash ' Create ~/* symlinks to config' bash-scripts ' Set up util scripts' bash-wsl-bashrc ' Create WSL-specific ~/.bashrc.d/ symlinks' \
|
||||
git- 'Git' git ' Create config symlinks (Linux+Windows)' git-delta ' Install Delta' git-filter-repo ' Install git-filter-repo' git-scripts ' Set up various scripts' \
|
||||
vscode- 'VS Code' vscode-ext ' Install extensions (Linux/Windows)' vscode ' Create config symlinks (Linux+Windows)' \
|
||||
|
@ -28,9 +28,6 @@ while :; do
|
|||
fi
|
||||
done
|
||||
;;
|
||||
wsl-wsltty)
|
||||
2link.sh "$(get_var_path APPDATA)" wsl/wsltty
|
||||
;;
|
||||
bash)
|
||||
2link.sh ~ bash/config/{.*,*}
|
||||
;;
|
||||
|
|
|
@ -23,10 +23,6 @@ Use [`install.cmd`](install.cmd) to set up a new WSL installation. Run without a
|
|||
- [`wsl-sudo`](scripts/wsl-sudo) - run a given command as root using wsl.exe
|
||||
- [`wsl-takeown`](scripts/wsl-takeown) - `chown` the current directory and all contents to the current user
|
||||
|
||||
## WSLtty configuration
|
||||
|
||||
[`wsltty`](wsltty) contains configuration for the [WSLtty](https://github.com/mintty/wsltty) terminal emulator.
|
||||
|
||||
### Font
|
||||
|
||||
This configuration uses [Fira Code](https://github.com/tonsky/FiraCode), which must be manually installed.
|
||||
|
|
|
@ -1,18 +0,0 @@
|
|||
Transparency=low
|
||||
BellType=0
|
||||
Font=Fira Code
|
||||
FontHeight=14
|
||||
Term=xterm-256color
|
||||
Locale=
|
||||
Charset=
|
||||
ThemeFile=flat-ui
|
||||
ClipShortcuts=no
|
||||
WindowShortcuts=no
|
||||
SwitchShortcuts=no
|
||||
ZoomShortcuts=no
|
||||
AltFnShortcuts=no
|
||||
CtrlShiftShortcuts=no
|
||||
Scrollbar=right
|
||||
AllowBlinking=no
|
||||
ClicksTargetApp=yes
|
||||
SuppressDEC=12
|
Loading…
Reference in New Issue