mirror of https://github.com/aldy505/dotfiles.git
merge with origin
This commit is contained in:
commit
aa545b0b45
|
@ -2,6 +2,8 @@
|
|||
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
|
||||
# for examples
|
||||
export ME="/home/$(whoami)"
|
||||
export DOTFILES_PATH=/home/reinaldy/.dotfiles
|
||||
|
||||
# If not running interactively, don't do anything
|
||||
case $- in
|
||||
*i*) ;;
|
||||
|
@ -142,7 +144,6 @@ export GPG_AGENT_INFO=${HOME}/.gnupg/S.gpg-agent:0:1
|
|||
export EDITOR="micro"
|
||||
export COLORTERM="truecolor"
|
||||
export JAVA_HOME=/usr/lib/jvm/java-11-openjdk-amd64
|
||||
export DOTFILES_PATH=/home/reinaldy/.dotfiles
|
||||
eval "$(starship init bash)"
|
||||
|
||||
#THIS MUST BE AT THE END OF THE FILE FOR SDKMAN TO WORK!!!
|
||||
|
|
|
@ -30,3 +30,4 @@ export GOPATH=$HOME/go
|
|||
export PATH=/usr/local/go/bin:$GOPATH/bin:$PATH
|
||||
# :/usr/local/pypy3.7-v7.3.5-linux64/bin
|
||||
|
||||
. "$HOME/.cargo/env"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
VERSION="3.9.6"
|
||||
VERSION="3.10.0"
|
||||
|
||||
function install () {
|
||||
cd ~
|
||||
|
|
|
@ -55,7 +55,7 @@ fi
|
|||
./scripts/go.sh install
|
||||
|
||||
./scripts/julia.sh install
|
||||
|
||||
|
||||
./scripts/rust.sh install
|
||||
|
||||
./scripts/java.sh install_alt
|
||||
|
|
Loading…
Reference in New Issue