Skip to content

Commit

Permalink
adds toml extention
Browse files Browse the repository at this point in the history
  • Loading branch information
lestex committed Jan 23, 2024
1 parent 3bf80e1 commit 574de15
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
1 change: 1 addition & 0 deletions install/Codefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ wholroyd.jinja
redhat.ansible
GoogleCloudTools.cloudcode
GitHub.github-vscode-theme
tamasfe.even-better-toml
10 changes: 5 additions & 5 deletions scripts/linux-install
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ sudo apt install -y brave-browser code google-cloud-cli
# brew "k9s"

# Installing vscode extensions
# for ext in $(cat install/Codefile)
# do
# pretty_print "Installing vscode extension: $ext"
# code --install-extension $ext --force
# done
for ext in $(cat install/Codefile)
do
pretty_print "Installing vscode extension: $ext"
code --install-extension $ext --force
done

# Install python if not installed
pyenv -v
Expand Down
1 change: 1 addition & 0 deletions scripts/linux-pre
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ mkdir -p ~/.config
cp -R .config/* ~/.config

pretty_print "${green}Installing fonts${neutral}"
mkdir -p $HOME/.local/share/fonts
cp -r fonts/*.otf $HOME/.local/share/fonts
cp -r fonts/*.ttf $HOME/.local/share/fonts
fc-cache -f -v
Expand Down

0 comments on commit 574de15

Please sign in to comment.