This commit is contained in:
Mikaël Capelle 2018-07-30 11:06:44 +02:00
parent 7852ceacc6
commit a5dc90cf8c
3 changed files with 8 additions and 8 deletions

View File

@ -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'

View File

@ -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

View File

@ -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/