X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=Makefile;h=563f6f4ac688506a17f6cf378b22e5e6da513eb1;hb=d7b0ddeb5eafc0ff7fbed92e7a7049c3bcf5510f;hp=d54f46b4a13c55708c6285b1804f1172c380a576;hpb=0b63d66210f0bfefc55e73d52409117496ecc7b5;p=khome.git diff --git a/Makefile b/Makefile index d54f46b..563f6f4 100644 --- a/Makefile +++ b/Makefile @@ -21,11 +21,13 @@ endif mpdconf \ pkgs_brew_cask_install \ pkgs_brew_install \ + pkgs_cargo \ pkgs_deb_install \ pkgs_deb_purge \ pkgs_debian \ pkgs_mac \ - pkgs_pip \ + pkgs_pip_install \ + pkgs_pip_upgrade \ pkgs_snap_classic \ pkgs_snap_strict @@ -47,6 +49,7 @@ home: mpdconf compiled @cp home/.Rprofile $(HOME)/ @cp home/.tmux.conf $(HOME)/ @cp home/.xbindkeysrc $(HOME)/ + @cp -Rp home/.Mathematica/ $(HOME)/ mpdconf: @mkdir -p ~/Archives/Audio @@ -81,8 +84,18 @@ pkgs_ubuntu_debfiles: list pkgs-ubuntu-debfiles.list # # PIP # -pkgs_pip: - sudo pip3 install $(shell ./list pkgs-pip.list) +pkgs_pip_install: + pip3 install --user $(shell ./list pkgs-pip.list) + +pkgs_pip_upgrade: + pip3 install --user --upgrade $(shell ./list pkgs-pip.list) + +# +# Rust (cargo) +# + +pkgs_cargo: list pkgs-cargo.list + cargo install $(shell ./list pkgs-cargo.list) # # Homebrew/Mac