more updates

This commit is contained in:
Frieder Schlesier 2019-10-15 20:35:23 +02:00
parent 6a5d204546
commit 4fdfb8e054
1 changed files with 9 additions and 9 deletions

View File

@ -248,9 +248,9 @@ install_i3() {
TARGET="/home/$USERNAME/.emacs.d"
git clone https://github.com/syl20bnr/spacemacs "${TARGET}"
rm -rf "${TARGET}"/private/snippets
git clone https://github.com/AndreaCrotti/yasnippet-snippets "${TARGET}"/private/yas-snips
ln -s "${TARGET}"/private/yas-snips/snippets "${TARGET}"/private/snippets/
# rm -rf "${TARGET}"/private/snippets
# git clone https://github.com/AndreaCrotti/yasnippet-snippets "${TARGET}"/private/yas-snippets
# ln -s "${TARGET}"/private/yas-snips/snippets "${TARGET}"/private/snippets/
no_suspend
@ -278,9 +278,9 @@ install_docker() {
# add docker apt repo
cat <<-EOF > /etc/apt/sources.list.d/docker.list
deb [arch=amd64] https://download.docker.com/linux/debian stretch stable
# deb [arch=amd64] https://download.docker.com/linux/debian stretch test
# deb [arch=amd64] https://download.docker.com/linux/debian stretch nightly
deb [arch=amd64] https://download.docker.com/linux/debian buster stable
# deb [arch=amd64] https://download.docker.com/linux/debian buster test
# deb [arch=amd64] https://download.docker.com/linux/debian buster nightly
EOF
apt update
@ -365,7 +365,7 @@ get_dotfiles() {
# install/update golang from source
install_golang() {
export GO_VERSION=1.11.2
export GO_VERSION=1.13.0
export GO_SRC=/usr/local/go
# if we are passing the version
@ -460,7 +460,7 @@ main() {
case "$cmd" in
base)
apt_sources buster
# apt_sources buster
base_applications
install_docker
install_compose