From a5dc90cf8c73325b4323e8cac2e033390c9495aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mika=C3=ABl=20Capelle?= Date: Mon, 30 Jul 2018 11:06:44 +0200 Subject: [PATCH] Update. --- .bashrc | 4 ++-- install-packages.el | 1 + script.sh | 11 +++++------ 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.bashrc b/.bashrc index ae9b336..6b15b0d 100755 --- a/.bashrc +++ b/.bashrc @@ -101,8 +101,8 @@ alias la='ls -A' alias l='ls -CF' alias rm='rm -i --preserve-root' -alias gcc='gcc-5' -alias g++='g++-5' +# alias gcc='gcc-5' +# alias g++='g++-5' alias python='python3' alias json='python -m json.tool' diff --git a/install-packages.el b/install-packages.el index 11248c3..48350c5 100644 --- a/install-packages.el +++ b/install-packages.el @@ -7,6 +7,7 @@ ;;; Code: (require 'package) ;; You might already have this line + (add-to-list 'package-archives '("melpa" . "http://melpa.org/packages/")) (add-to-list 'package-archives diff --git a/script.sh b/script.sh index 2e8f9c4..6863df9 100755 --- a/script.sh +++ b/script.sh @@ -3,12 +3,11 @@ # Emacs configuration ln -f -s $(pwd)/.emacs.d $HOME/ +mkdir -p $HOME/.config + # Shell configurations ln -f -s $(pwd)/.bashrc $HOME/ -# ln -f -s $(pwd)/.zshrc $HOME/ -# ln -f -s $(pwd)/.oh-my-zsh $HOME/ -# ln -f -s $(pwd)/zsh-custom $HOME/.config/zsh-custom -ln -f -s $(pwd)/fish $HOME/.config +ln -f -s $(pwd)/fish $HOME/.config/ -ln -f -s $(pwd)/alias.sh $HOME/.config -ln -f -s $(pwd)/path.sh $HOME/.config +ln -f -s $(pwd)/alias.sh $HOME/.config/ +ln -f -s $(pwd)/path.sh $HOME/.config/