remove rvm
This commit is contained in:
parent
2a0ec0c496
commit
d702e45e97
2 changed files with 1 additions and 14 deletions
13
common/up.sh
13
common/up.sh
|
@ -39,7 +39,6 @@ git submodule update --init --recursive
|
|||
ln -vfs "$DIR/.vim" ~/.
|
||||
ln -vfs "$DIR/.ideavimrc" ~/.
|
||||
ln -vfs "$DIR/.vimrc" ~/.vimrc
|
||||
ln -vfs "$DIR/rvmrc" ~/.rvmrc
|
||||
ln -vfs "$DIR/.tmux.conf" ~/.
|
||||
ln -vfs "$DIR/.tmux.macosx" ~/.
|
||||
rm -f "~/.zshrc"
|
||||
|
@ -176,18 +175,6 @@ do
|
|||
;
|
||||
done
|
||||
|
||||
if [[ -z $NORUBY ]]; then
|
||||
echo "Downloading RVM..."
|
||||
$CURL https://get.rvm.io | bash
|
||||
set +e
|
||||
echo "Sourcing RVM..."
|
||||
source /usr/local/rvm/scripts/rvm
|
||||
source ~/.rvm/scripts/rvm
|
||||
set -e
|
||||
echo "Installing Ruby..."
|
||||
rvm install ruby --disable-binary
|
||||
fi
|
||||
|
||||
# go
|
||||
if [[ -z $NO_GO ]]; then
|
||||
GOPATH="$HOME/go"
|
||||
|
|
|
@ -19,7 +19,7 @@ fi
|
|||
sudo dnf -y --best --allowerasing install tmux atop zsh firefox aria2 gajim lm_sensors freecad python3-pip qt5-qtbase-devel qt5-qtwebkit-devel whois curl pv gsmartcontrol python-pip mercurial python3-devel libxslt-devel libjpeg-turbo-devel cmake gtk2-devel intltool gparted glances dkms kernel-devel gimp git xz util-linux-user dnf-automatic kdiff3 yum-utils util-linux-user ncurses-devel qt5-linguist qtkeychain-qt5-devel archivemount keepass splix gutenprint-cups cups-bjnp golang redhat-rpm-config 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 openssl-devel fail2ban syncthing ansible gnome-tweaks xclip wget wireguard-dkms wireguard-tools lldb python-lldb kdbg zlib-devel libuuid-devel libattr-devel libblkid-devel libselinux-devel libudev-devel parted lsscsi ksh openssl-devel elfutils-libelf-devel libtirpc-devel kernel-devel ffmpeg-libs dnf-plugins-core restic duply docker steam clang llvm-devel clang-devel libsodium-devel chromium vim tlp tlp-rdw lua lua-devel luarocks snapd
|
||||
|
||||
# enable snap classic
|
||||
sudo ln -s /var/lib/snapd/snap /snap
|
||||
sudo ln -vfs /var/lib/snapd/snap /snap
|
||||
|
||||
sudo cp -v /etc/dnf/automatic.conf /etc/dnf/automatic.conf.bak
|
||||
sudo cp -v $DIR/etc/dnf/automatic.conf /etc/dnf/automatic.conf
|
||||
|
|
Loading…
Reference in a new issue