Skip to content

Commit

Permalink
Rename/Refactor for better organization
Browse files Browse the repository at this point in the history
  • Loading branch information
leomeinel committed Oct 12, 2022
1 parent 7a2ca90 commit cdb1c6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vscodium-extensions.sh → exts-code.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
###
# File: vscodium-extensions.sh
# File: exts-code.sh
# Author: Leopold Meinel ([email protected])
# -----
# Copyright (c) 2022 Leopold Meinel & contributors
Expand All @@ -11,7 +11,7 @@

# Install vscodium extensions
vscodium --list-extensions | xargs -n 1 vscodium --uninstall-extension
xargs -n 1 vscodium --install-extension <~/dot-files/extensions_vscodium.txt
xargs -n 1 vscodium --install-extension <~/dot-files/exts-code.txt

# Fail on error
set -e
Expand Down
File renamed without changes.

0 comments on commit cdb1c6d

Please sign in to comment.