Change soft
This commit is contained in:
parent
b76c3d20ac
commit
f068642575
4 changed files with 7 additions and 7 deletions
|
|
@ -15,14 +15,14 @@ apt-get install git ansible docker-engine docker-compose flatpak filezilla yazi
|
|||
apt-get install putty veracrypt webapp-manager flacon zsh firefox alien kdeconnect -y
|
||||
apt-get install solaar timeshift wireshark audacity obs-studio java-21-openjdk elisa -y
|
||||
apt-get install remmina qbittorrent zellij darktable mkvtoolnix mkvtoolnix-gui yamllint -y
|
||||
apt-get install rocm-opencl-runtime amdgpu-rock libGLU k3b kdenlive libvdpau-va-gl -y
|
||||
apt-get install rocm-opencl-runtime amdgpu-rock libGLU keepassxc codium kdenlive libvdpau-va-gl -y
|
||||
|
||||
#Добавляем настройки flatpak
|
||||
gpasswd -a $NEED_USER fuse
|
||||
flatpak remote-add flathub https://flathub.org/repo/flathub.flatpakrepo
|
||||
|
||||
#Ставим софт из flatpak
|
||||
flatpak install org.keepassxc.KeePassXC net.qsl.QSSTV io.dbeaver.DBeaverCommunity -y
|
||||
flatpak install net.qsl.QSSTV io.dbeaver.DBeaverCommunity -y
|
||||
|
||||
# Устанавливаем Shodan и Goshod
|
||||
pip3 install -U --user shodan
|
||||
|
|
@ -36,15 +36,15 @@ curl -L https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh |
|
|||
|
||||
# Настройка подсветки
|
||||
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git
|
||||
mv zsh-syntax-highlighting ~/.oh-my-zsh/plugins
|
||||
echo "source ~/.oh-my-zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh" >> /home/$NEED_USER/.zshrc
|
||||
mv zsh-syntax-highlighting /home/$NEED_USER/.oh-my-zsh/plugins
|
||||
echo "source /home/$NEED_USER/.oh-my-zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh" >> /home/$NEED_USER/.zshrc
|
||||
|
||||
# Настроика автозаполнения и темы в Zsh
|
||||
git clone https://github.com/zsh-users/zsh-autosuggestions
|
||||
mv zsh-autosuggestions ~/.oh-my-zsh/custom/plugins
|
||||
mv zsh-autosuggestions /home/$NEED_USER/.oh-my-zsh/custom/plugins
|
||||
sed -i 's/plugins=(git)/plugins=(git docker zsh-autosuggestions)/' /home/$NEED_USER/.zshrc
|
||||
git clone https://github.com/ChesterYue/ohmyzsh-theme-passion
|
||||
cp ./ohmyzsh-theme-passion/passion.zsh-theme ~/.oh-my-zsh/themes/passion.zsh-theme
|
||||
cp ./ohmyzsh-theme-passion/passion.zsh-theme /home/$NEED_USER/.oh-my-zsh/themes/passion.zsh-theme
|
||||
sed -i 's/ZSH_THEME="robbyrussell"/ZSH_THEME="passion"/' /home/$NEED_USER/.zshrc
|
||||
rm -rf ./ohmyzsh-theme-passion
|
||||
|
||||
|
|
|
|||
0
DRPatch.sh
Normal file → Executable file
0
DRPatch.sh
Normal file → Executable file
|
|
@ -4,4 +4,4 @@
|
|||
|
||||
Можно использовать как основу для своей сборки или как подсказки по настройке.
|
||||
|
||||
Также добавлен скрипт по патчигу DaVinci Resolve studio - DRPatch.sh
|
||||
Также добавлен скрипт по патчингу DaVinci Resolve studio - DRPatch.sh
|
||||
|
|
|
|||
0
alacritty_dracula.toml
Normal file → Executable file
0
alacritty_dracula.toml
Normal file → Executable file
Loading…
Add table
Reference in a new issue