9 lines
152 B
Bash
Executable File
9 lines
152 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
. vscode/extensions.sh
|
|
# Install fonts for zsh
|
|
echo "Hello World"
|
|
export TESTENV=69
|
|
apt update
|
|
apt-get install fzf tmux zsh neovim
|