Update: New README, fixed installation of vsc extensions (install-on-arch script and README)

This commit is contained in:
Keyitdev
2023-07-31 22:24:28 +02:00
parent 1d1a7ea34e
commit c48a005311
93 changed files with 124 additions and 29650 deletions
+2 -1
View File
@@ -86,8 +86,9 @@ copy_other_configs(){
sudo cp -r ./tokyonight_gtk /usr/share/themes
echo -e "${green}[*] Copying wallpapers to "$HOME"/Pictures/wallpapers.${no_color}"
cp -r ./wallpapers/* "$HOME"/Pictures/wallpapers
echo -e "${green}[*] Installing vsc extensions.${no_color}"
code --install-extension zhuangtongfa.Material-theme
echo -e "${green}[*] Copying vsc configs.${no_color}"
cp -r ./vsc/* "$HOME"/.vscode-oss/extensions
cp ./vsc/settings.json "$HOME"/.config/Code\ -\ OSS/User
echo -e "${green}[*] Copying zsh configs.${no_color}"
sudo cp ./keyitdev.zsh-theme /usr/share/oh-my-zsh/custom/themes