Skip to content

Commit

Permalink
W&L - packages: Add wezterm
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-revay committed Jan 6, 2025
1 parent e0b4f7e commit 4fa41e7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Ubuntu_22.04/packages_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,11 @@ popd
echo "ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula boolean true" \
| sudo debconf-set-selections

curl -fsSL https://apt.fury.io/wez/gpg.key | sudo gpg --yes --dearmor -o /etc/apt/keyrings/wezterm-fury.gpg
echo 'deb [signed-by=/etc/apt/keyrings/wezterm-fury.gpg] https://apt.fury.io/wez/ * *' | sudo tee /etc/apt/sources.list.d/wezterm.list
sudo apt-get -y update
sudo apt-get -y install wezterm

# TODO add kitty terminal emulator
# TODO add IDA disassembler for Linux <https://letsdefend.io/blog/how-to-install-ida-on-linux>
readonly APT_GUI_PACKAGES=(
Expand Down
1 change: 1 addition & 0 deletions Windows_1X/packages_install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ $WINGET_PACKAGES = @(
# Terminal emulators
'Alacritty.Alacritty'
'Microsoft.WindowsTerminal'
'wez.wezterm'

# compilers, build tools and interpreters
'Python.Python.3.12' # Try always installing the latest Python package instead of fixing the version
Expand Down

0 comments on commit 4fa41e7

Please sign in to comment.