Remove redshift (#114)
This commit is contained in:
parent
39eb1b9b3c
commit
a4b93bf583
3 changed files with 1 additions and 5 deletions
|
@ -53,10 +53,8 @@ ln -vfs "$DIR/.kdiff3rc" ~/.kde/share/config/kdiff3rc
|
||||||
ln -vfs "$DIR/.gitconfig.linux.private" ~/.gitconfig
|
ln -vfs "$DIR/.gitconfig.linux.private" ~/.gitconfig
|
||||||
mkdir -p ~/.config/autostart/
|
mkdir -p ~/.config/autostart/
|
||||||
# autostart apps
|
# autostart apps
|
||||||
ln -vfs "$DIR/.config/autostart/redshift-gtk.desktop" ~/.config/autostart/
|
|
||||||
mkdir -p ~/.config/vdirsyncer/
|
mkdir -p ~/.config/vdirsyncer/
|
||||||
ln -vfs "$DIR/.config/vdirsyncer/config" ~/.config/vdirsyncer/
|
ln -vfs "$DIR/.config/vdirsyncer/config" ~/.config/vdirsyncer/
|
||||||
ln -vfs "$DIR/.config/redshift.conf" ~/.config/redshift.conf
|
|
||||||
mkdir -p ~/.config/Code/User
|
mkdir -p ~/.config/Code/User
|
||||||
ln -vfs "$DIR/.config/Code/User/settings.json" ~/.config/Code/User/settings.json
|
ln -vfs "$DIR/.config/Code/User/settings.json" ~/.config/Code/User/settings.json
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@ if [[ -z $NOUPGRADE ]]; then
|
||||||
sudo dnf -y upgrade
|
sudo dnf -y upgrade
|
||||||
fi
|
fi
|
||||||
|
|
||||||
sudo dnf -y --best --allowerasing install tmux atop zsh thunderbird thunderbird-enigmail thunderbird-lightning firefox aria2 gajim lm_sensors freecad python3-pip qt5-qtbase-devel qt5-qtwebkit-devel meld whois curl pv nodejs npm terminator gsmartcontrol python-pip mercurial python3-devel libxslt-devel libjpeg-turbo-devel conky conky-manager redshift redshift-gtk cmake gtk2-devel intltool gparted wine solaar glances the_silver_searcher dkms kernel-devel gimp transmission-gtk git xz util-linux-user powertop dnf-automatic kdiff3 yum-utils util-linux-user ncurses-devel zeal qt5-linguist qtkeychain-qt5-devel archivemount keepass splix gutenprint-cups cups-bjnp golang redhat-rpm-config docker pcsc-lite-devel pcsc-tools pcsc-lite yubico-piv-tool yubikey-personalization-gui xloadimage yp-tools closure-compiler optipng jpegoptim grub2 grub2-efi dracut dracut-tools
|
sudo dnf -y --best --allowerasing install tmux atop zsh thunderbird thunderbird-enigmail thunderbird-lightning firefox aria2 gajim lm_sensors freecad python3-pip qt5-qtbase-devel qt5-qtwebkit-devel meld whois curl pv nodejs npm terminator gsmartcontrol python-pip mercurial python3-devel libxslt-devel libjpeg-turbo-devel conky conky-manager cmake gtk2-devel intltool gparted wine solaar glances the_silver_searcher dkms kernel-devel gimp transmission-gtk git xz util-linux-user powertop dnf-automatic kdiff3 yum-utils util-linux-user ncurses-devel zeal qt5-linguist qtkeychain-qt5-devel archivemount keepass splix gutenprint-cups cups-bjnp golang redhat-rpm-config docker pcsc-lite-devel pcsc-tools pcsc-lite yubico-piv-tool yubikey-personalization-gui xloadimage yp-tools closure-compiler optipng jpegoptim grub2 grub2-efi dracut dracut-tools
|
||||||
|
|
||||||
sudo dnf -y groupinstall "C Development Tools and Libraries"
|
sudo dnf -y groupinstall "C Development Tools and Libraries"
|
||||||
sudo dnf -y groupinstall "Development Tools"
|
sudo dnf -y groupinstall "Development Tools"
|
||||||
|
|
|
@ -71,9 +71,7 @@ echo "Installing GUI tools"
|
||||||
brew cask install gimp
|
brew cask install gimp
|
||||||
brew cask install iterm2
|
brew cask install iterm2
|
||||||
brew cask install docker
|
brew cask install docker
|
||||||
brew cask install p4merge
|
|
||||||
brew cask install appcode
|
brew cask install appcode
|
||||||
brew cask install kicad
|
|
||||||
|
|
||||||
echo "Settings up zsh"
|
echo "Settings up zsh"
|
||||||
if ! fgrep /usr/local/bin/zsh /etc/shells; then
|
if ! fgrep /usr/local/bin/zsh /etc/shells; then
|
||||||
|
|
Loading…
Reference in a new issue