diff options
| author | bozo.kopic <bozo@kopic.xyz> | 2022-05-26 20:23:02 +0200 |
|---|---|---|
| committer | bozo.kopic <bozo@kopic.xyz> | 2022-05-26 20:23:02 +0200 |
| commit | cbba80700cbdc95d294f3ec61075ff2cbdd503e3 (patch) | |
| tree | 98d4561d227cebf5b207cdd0c622444600134849 /install.sh | |
| parent | 38da1893e95fa4438f01a67c5ebb180b21548bc1 (diff) | |
.
Diffstat (limited to 'install.sh')
| -rwxr-xr-x | install.sh | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -111,10 +111,17 @@ install_python_venv python3.8 install_python_venv python3.9 install_python_venv python3.10 +# qt-designer +symlink ~/.dotfiles/qt-designer/qt-designer.desktop \ + ~/.local/share/applications/qt-designer.desktop + # qutebrowser mkdir -p ~/.config/qutebrowser symlink ~/.dotfiles/qutebrowser/autoconfig.yml ~/.config/qutebrowser/autoconfig.yml +# radio +symlink ~/.dotfiles/radio/student ~/bin/radio-student + # ranger mkdir -p ~/.config/ranger symlink ~/.dotfiles/ranger/rc.conf ~/.config/ranger/rc.conf |
