This commit is contained in:
parent
2aa8ea0180
commit
d08eb3a107
3 changed files with 36 additions and 3 deletions
|
@ -7,6 +7,13 @@ if [[ $PATH != *".local/bin"* ]]; then
|
|||
source ~/.bashrc
|
||||
fi
|
||||
|
||||
if [[ $PATH != *"alias new_shell"* ]]; then
|
||||
echo "Append new_shell alias to PATH in ~/.bashrc"
|
||||
echo 'alias new_shell="env -u PATH -u QML2_IMPORT_PATH -u QT_PLUGIN_PATH -u NIXPKGS_QT6_QML_IMPORT_PATH -u XDG_CONFIG_DIRS bash -l"' >> ~/.bashrc
|
||||
echo "Reload shell"
|
||||
source ~/.bashrc
|
||||
fi
|
||||
|
||||
echo "Installing kde-builder"
|
||||
curl 'https://invent.kde.org/sdk/kde-builder/-/raw/master/scripts/initial_setup.sh?ref_type=heads' > ~/initial_setup.sh
|
||||
bash ~/initial_setup.sh && rm ~/initial_setup.sh
|
||||
|
@ -15,6 +22,6 @@ echo "Run initial setup from kde-builder"
|
|||
kde-builder --initial-setup
|
||||
|
||||
echo "Install missing dependencies"
|
||||
sudo dnf install qt6-qttools-devel
|
||||
sudo dnf install qt6-*-devel
|
||||
|
||||
echo "Configuration DONE"
|
Loading…
Add table
Add a link
Reference in a new issue