-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstall-2-applications.ps1
59 lines (49 loc) · 1.85 KB
/
install-2-applications.ps1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
appget install chrome
appget install 1password
appget install logitech-options
appget install logitech-unifying-software
appget install teams
appget install handbrake
appget install teamviewer
appget install spotify
appget install slack
appget install discord
appget install 7zip
appget install visual-studio-code
appget install xmeters
appget install quicklook
scoop install git
git config --global user.name "Jakob Hviid"
git config --global user.email "[email protected]"
git config --global core.sshcommand "C:/Windows/System32/OpenSSH/ssh.exe"
scoop install aria2 sudo
scoop bucket add extras
scoop bucket add java
scoop bucket add specialized https://github.com/jakobhviid/scoop-specialized
scoop install curl grep nano vim make say tar sudo coreutils git tidy oraclejre8 vlc 7zip paint.net gitkraken filezilla sqlitebrowser nodejs python sharpkeys nssm draw.io ssh-copy-id perl terminus plex-player latex speedtest-cli win-acme micro ueli
# Removed: busybox anaconda3 go putty
# Installing Visual Studio Code Sync Extension and the themes
code --install-extension shan.code-settings-sync
code --install-extension pkief.material-icon-theme
code --install-extension equinusocio.vsc-material-theme
# Bling for powershell console
Import-Module posh-git
Import-Module oh-my-posh
Set-Theme Paradox
Add-Content $profile "Import-Module posh-git"
Add-Content $profile "Import-Module oh-my-posh"
Add-Content $profile "Set-Theme Honukai"
# Adding registry fixes
regedit /s ./supportfiles/FixGitKraken.reg
regedit /s ./supportfiles/DisableNetworkDriveWarning.reg
# Instaling pygments for Latex highlighting
python -m pip install --upgrade pip
pip install pygments
# Installing cpan packages for Latex
cpan -f -i Unicode::GCString
cpan -f -i YAML::Tiny
cpan -f -i Log::Dispatch::File
cpan -f -i Log::Log4perl
# extra apps for scientific work
scoop install protege
./add-fonts.ps1