diff --git a/.gitignore b/.gitignore index dcc0a313b..047d7bbed 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -backup/ \ No newline at end of file +backup/ diff --git a/profiles/DerGeret/Windows/Restore.ps1 b/profiles/DerGeret/Windows/Restore.ps1 index c9c395967..f6d9c202f 100644 --- a/profiles/DerGeret/Windows/Restore.ps1 +++ b/profiles/DerGeret/Windows/Restore.ps1 @@ -8,4 +8,4 @@ Write-Host "Starting Restoration of Windows"; $context.EntryPoint = "$($MyInvocation.MyCommand.Path)"; $context.UserName = "Manuel"; Invoke-WindowsInstallation $context; -Restart-Computer; \ No newline at end of file +Restart-Computer; diff --git a/scripts/Arch/Software/xow/install.sh b/scripts/Arch/Software/xow/install.sh index 973afcb0b..b13c37ab4 100755 --- a/scripts/Arch/Software/xow/install.sh +++ b/scripts/Arch/Software/xow/install.sh @@ -4,4 +4,4 @@ pushd "${BASH_SOURCE%/*}" > /dev/null; yay --noconfirm -Syu xow; . "../../Config/xow/install.sh"; -popd > /dev/null; \ No newline at end of file +popd > /dev/null; diff --git a/scripts/Arch/Software/yay/install.sh b/scripts/Arch/Software/yay/install.sh index 4e0d9c0c7..c06b5e0b0 100755 --- a/scripts/Arch/Software/yay/install.sh +++ b/scripts/Arch/Software/yay/install.sh @@ -9,4 +9,3 @@ then makepkg --noconfirm -si; popd > /dev/null; fi; - diff --git a/scripts/Common/Config/Firefox/install.sh b/scripts/Common/Config/Firefox/install.sh index 405a045bd..a96d2b023 100755 --- a/scripts/Common/Config/Firefox/install.sh +++ b/scripts/Common/Config/Firefox/install.sh @@ -1,4 +1,4 @@ #!/bin/bash pushd "${BASH_SOURCE%/*}" > /dev/null; sudo cp ./firefox.sh /etc/profile.d/; -popd > /dev/null; \ No newline at end of file +popd > /dev/null; diff --git a/scripts/Common/Config/bash/oh-my-posh.sh b/scripts/Common/Config/bash/oh-my-posh.sh index 4c2b9ac1e..69cc03a7a 100755 --- a/scripts/Common/Config/bash/oh-my-posh.sh +++ b/scripts/Common/Config/bash/oh-my-posh.sh @@ -8,4 +8,3 @@ then echo 'eval "$(oh-my-posh completion bash)"'; } | tee -a ~/.bashrc > /dev/null; fi; - diff --git a/scripts/PopOS/Scripts/postinstall.sh b/scripts/PopOS/Scripts/postinstall.sh index 91c2f96be..f595763c4 100755 --- a/scripts/PopOS/Scripts/postinstall.sh +++ b/scripts/PopOS/Scripts/postinstall.sh @@ -1,3 +1,2 @@ #!/bin/bash sudo systemctl start packagekit; - diff --git a/scripts/Windows/Software/git/Manage.ps1 b/scripts/Windows/Software/git/Manage.ps1 index 212a074b2..f8f7d406e 100644 --- a/scripts/Windows/Software/git/Manage.ps1 +++ b/scripts/Windows/Software/git/Manage.ps1 @@ -22,4 +22,4 @@ $null = New-Module { Start-Process -Wait $script; Remove-Item $script; } -} \ No newline at end of file +} diff --git a/scripts/Windows/Software/osu!lazer/Manage.ps1 b/scripts/Windows/Software/osu!lazer/Manage.ps1 index 84b1b7f54..9d0fd7c83 100644 --- a/scripts/Windows/Software/osu!lazer/Manage.ps1 +++ b/scripts/Windows/Software/osu!lazer/Manage.ps1 @@ -35,4 +35,4 @@ $null = New-Module { Pop-Location; Remove-Item -Recurse $tempDir; } -} \ No newline at end of file +}