updated some things for new laptop, changed code_extensions into a runnable script, not sure why it wasn't beforhand.
This commit is contained in:
parent
5ae91352fe
commit
0cb9d9d693
@ -1,3 +1,5 @@
|
|||||||
|
copy paste into terminal after code has been installed.
|
||||||
|
|
||||||
code --install-extension ahmadawais.shades-of-purple
|
code --install-extension ahmadawais.shades-of-purple
|
||||||
code --install-extension austin.code-gnu-global
|
code --install-extension austin.code-gnu-global
|
||||||
code --install-extension christian-kohler.path-intellisense
|
code --install-extension christian-kohler.path-intellisense
|
||||||
|
|||||||
31
.config/code_extensions.sh
Executable file
31
.config/code_extensions.sh
Executable file
@ -0,0 +1,31 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
code --install-extension ahmadawais.shades-of-purple
|
||||||
|
code --install-extension austin.code-gnu-global
|
||||||
|
code --install-extension christian-kohler.path-intellisense
|
||||||
|
code --install-extension CoenraadS.bracket-pair-colorizer-2
|
||||||
|
code --install-extension DotJoshJohnson.xml
|
||||||
|
code --install-extension dracula-theme.theme-dracula
|
||||||
|
code --install-extension formulahendry.auto-close-tag
|
||||||
|
code --install-extension formulahendry.auto-rename-tag
|
||||||
|
code --install-extension formulahendry.code-runner
|
||||||
|
code --install-extension Fudge.auto-using
|
||||||
|
code --install-extension HookyQR.beautify
|
||||||
|
code --install-extension humao.rest-client
|
||||||
|
code --install-extension justusadam.language-haskell
|
||||||
|
code --install-extension marcochavezf.darcula-operator-mono-vscode
|
||||||
|
code --install-extension mitaki28.vscode-clang
|
||||||
|
code --install-extension ms-azuretools.vscode-azureappservice
|
||||||
|
code --install-extension ms-dotnettools.csharp
|
||||||
|
code --install-extension ms-python.python
|
||||||
|
code --install-extension ms-vscode-remote.remote-wsl
|
||||||
|
code --install-extension ms-vscode.azure-account
|
||||||
|
code --install-extension ms-vscode.cmake-tools
|
||||||
|
code --install-extension ms-vscode.cpptools
|
||||||
|
code --install-extension quicktype.quicktype
|
||||||
|
code --install-extension sdras.night-owl
|
||||||
|
code --install-extension teabyii.ayu
|
||||||
|
code --install-extension tomoki1207.pdf
|
||||||
|
code --install-extension twxs.cmake
|
||||||
|
code --install-extension wayou.vscode-todo-highlight
|
||||||
|
code --install-extension wesbos.theme-cobalt2
|
||||||
@ -93,7 +93,7 @@ function fish_prompt
|
|||||||
set status_indicator "$red:-"
|
set status_indicator "$red:-"
|
||||||
end
|
end
|
||||||
|
|
||||||
set -l cwd $green(hostname) " -> " $cyan(pwd)
|
set -l cwd $green(cat /etc/hostname) " -> " $cyan(pwd)
|
||||||
|
|
||||||
# set -l cwd $cyan(pwd)
|
# set -l cwd $cyan(pwd)
|
||||||
|
|
||||||
|
|||||||
@ -40,7 +40,7 @@ Config {
|
|||||||
-- see http://projects.haskell.org/xmobar/#system-monitor-plugins.
|
-- see http://projects.haskell.org/xmobar/#system-monitor-plugins.
|
||||||
, commands =
|
, commands =
|
||||||
-- weather monitor
|
-- weather monitor
|
||||||
[ Run Weather "YPAD" ["--template" , "<station>: <tempC>°C"
|
[ Run Weather "YPAD" ["--template" , "<station>: <tempC>C"
|
||||||
, "--Low" , "10"
|
, "--Low" , "10"
|
||||||
, "--High" , "25"
|
, "--High" , "25"
|
||||||
, "--normal" , "#95C05D"
|
, "--normal" , "#95C05D"
|
||||||
|
|||||||
@ -77,7 +77,7 @@ myTerminal :: String
|
|||||||
myTerminal = "alacritty"
|
myTerminal = "alacritty"
|
||||||
|
|
||||||
myFileManager :: String
|
myFileManager :: String
|
||||||
myFileManager = "dolphin"
|
myFileManager = "thunar"
|
||||||
|
|
||||||
-- The font to be used
|
-- The font to be used
|
||||||
myFont :: String
|
myFont :: String
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user