diff options
-rw-r--r-- | home-dots/dot-guile (renamed from dot-guile) | 0 | ||||
-rw-r--r-- | home-dots/dot-inputrc (renamed from dot-inputrc) | 0 | ||||
-rw-r--r-- | home-dots/dot-sbclrc | 8 | ||||
-rw-r--r-- | home-dots/dot-zshrc (renamed from dot-zshrc) | 0 | ||||
-rwxr-xr-x | install.scm | 4 |
5 files changed, 9 insertions, 3 deletions
diff --git a/dot-guile b/home-dots/dot-guile index 766ac36..766ac36 100644 --- a/dot-guile +++ b/home-dots/dot-guile diff --git a/dot-inputrc b/home-dots/dot-inputrc index 5a53eaf..5a53eaf 100644 --- a/dot-inputrc +++ b/home-dots/dot-inputrc diff --git a/home-dots/dot-sbclrc b/home-dots/dot-sbclrc new file mode 100644 index 0000000..e1d2c74 --- /dev/null +++ b/home-dots/dot-sbclrc @@ -0,0 +1,8 @@ +;; -*- mode: common-lisp; -*- + +;;; The following lines added by ql:add-to-init-file: +#-quicklisp +(let ((quicklisp-init (merge-pathnames ".quicklisp/setup.lisp" + (user-homedir-pathname)))) + (when (probe-file quicklisp-init) + (load quicklisp-init))) diff --git a/dot-zshrc b/home-dots/dot-zshrc index d5b685e..d5b685e 100644 --- a/dot-zshrc +++ b/home-dots/dot-zshrc diff --git a/install.scm b/install.scm index f56a591..ec0be41 100755 --- a/install.scm +++ b/install.scm @@ -204,9 +204,7 @@ (log-msg 'INFO "Symlink PIM") (config-links "calendars.conf" "~/.calendars.conf" #f) (git-config) - (config-links "dot-guile" "~/.guile" #f) - (config-links "dot-zshrc" "~/.zshrc" #f) - (config-links "dot-inputrc" "~/.inputrc" #f) + (symlink-tree "home-dots" "~/") (config-links "gnupu/gpg-agent.conf" "~/.gnupg/gpg-agent" #f) (symlink-tree "bin" "~/.local/bin") (symlink-tree "config" "~/.config") |