diff options
author | Óscar Nájera <hi@oscarnajera.com> | 2021-03-09 19:47:00 +0100 |
---|---|---|
committer | Óscar Nájera <hi@oscarnajera.com> | 2021-03-09 19:47:38 +0100 |
commit | 7b9965f58879e7399cae4b153bae708fdeef8da6 (patch) | |
tree | 4a8ee2bbb4e861cc85e6488117c601a000eb1245 | |
parent | 57bb0f74838b54e0a2032b28b021177771f599c1 (diff) | |
download | dotfiles-7b9965f58879e7399cae4b153bae708fdeef8da6.tar.gz dotfiles-7b9965f58879e7399cae4b153bae708fdeef8da6.tar.bz2 dotfiles-7b9965f58879e7399cae4b153bae708fdeef8da6.zip |
home dots in a folder
-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") |