We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
lein/profiles.clj
1 parent 42247c8 commit 2f3d8b4Copy full SHA for 2f3d8b4
lein/profiles.clj
@@ -0,0 +1 @@
1
+{:user {:plugins [[cider/cider-nrepl "0.26.0"]]}}
makesymlinks.sh
@@ -8,7 +8,7 @@
8
## Dotfiles directory
9
dir=~/dotfiles
10
## Files to symlink in homedir
11
-files="gitconfig inputrc p10k.zsh vimrc zshrc"
+files="gitconfig inputrc lein/profiles.clj p10k.zsh vimrc zshrc"
12
# Create symlinks from the homedir to files in the ~/dotfiles directory
13
for file in $files; do
14
# Check if file already exists
0 commit comments