From 0cb9d9d69354ff024cc08662e053c8f9a6973977 Mon Sep 17 00:00:00 2001 From: Solomon Laing Date: Tue, 16 Mar 2021 02:56:48 +1030 Subject: [PATCH] updated some things for new laptop, changed code_extensions into a runnable script, not sure why it wasn't beforhand. --- .config/code_extensions | 2 ++ .config/code_extensions.sh | 31 +++++++++++++++++++++++++++++++ .config/fish/config.fish | 2 +- .config/xmobar/xmobarrc.hs | 2 +- .xmonad/xmonad.hs | 2 +- 5 files changed, 36 insertions(+), 3 deletions(-) create mode 100755 .config/code_extensions.sh diff --git a/.config/code_extensions b/.config/code_extensions index 477e675..4e9fb46 100644 --- a/.config/code_extensions +++ b/.config/code_extensions @@ -1,3 +1,5 @@ +copy paste into terminal after code has been installed. + code --install-extension ahmadawais.shades-of-purple code --install-extension austin.code-gnu-global code --install-extension christian-kohler.path-intellisense diff --git a/.config/code_extensions.sh b/.config/code_extensions.sh new file mode 100755 index 0000000..f16618a --- /dev/null +++ b/.config/code_extensions.sh @@ -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 diff --git a/.config/fish/config.fish b/.config/fish/config.fish index 2a3537d..68740b1 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -93,7 +93,7 @@ function fish_prompt set status_indicator "$red:-" end - set -l cwd $green(hostname) " -> " $cyan(pwd) + set -l cwd $green(cat /etc/hostname) " -> " $cyan(pwd) # set -l cwd $cyan(pwd) diff --git a/.config/xmobar/xmobarrc.hs b/.config/xmobar/xmobarrc.hs index 1f7450c..ae022c0 100644 --- a/.config/xmobar/xmobarrc.hs +++ b/.config/xmobar/xmobarrc.hs @@ -40,7 +40,7 @@ Config { -- see http://projects.haskell.org/xmobar/#system-monitor-plugins. , commands = -- weather monitor - [ Run Weather "YPAD" ["--template" , ": °C" + [ Run Weather "YPAD" ["--template" , ": C" , "--Low" , "10" , "--High" , "25" , "--normal" , "#95C05D" diff --git a/.xmonad/xmonad.hs b/.xmonad/xmonad.hs index 624b6ed..c9c8d23 100644 --- a/.xmonad/xmonad.hs +++ b/.xmonad/xmonad.hs @@ -77,7 +77,7 @@ myTerminal :: String myTerminal = "alacritty" myFileManager :: String -myFileManager = "dolphin" +myFileManager = "thunar" -- The font to be used myFont :: String