Added resourced to get my ruby setup working
This commit is contained in:
parent
3d44c3ba74
commit
f2bf83a622
|
@ -96,7 +96,7 @@
|
||||||
|
|
||||||
:tools
|
:tools
|
||||||
;;ansible
|
;;ansible
|
||||||
;;debugger ; FIXME stepping through code, to help you add bugs
|
debugger ; FIXME stepping through code, to help you add bugs
|
||||||
;;direnv
|
;;direnv
|
||||||
(docker +lsp)
|
(docker +lsp)
|
||||||
editorconfig ; let someone else argue about tabs vs spaces
|
editorconfig ; let someone else argue about tabs vs spaces
|
||||||
|
@ -104,7 +104,10 @@
|
||||||
(eval +overlay) ; run code, run (also, repls)
|
(eval +overlay) ; run code, run (also, repls)
|
||||||
;;gist ; interacting with github gists
|
;;gist ; interacting with github gists
|
||||||
(lookup ; helps you navigate your code and documentation
|
(lookup ; helps you navigate your code and documentation
|
||||||
+docsets) ; ...or in Dash docsets locally
|
+dictionary
|
||||||
|
+docsets ; ...or in Dash docsets locally
|
||||||
|
+offline
|
||||||
|
+xwidget)
|
||||||
lsp
|
lsp
|
||||||
;;macos ; MacOS-specific commands
|
;;macos ; MacOS-specific commands
|
||||||
magit ; a git porcelain for Emacs
|
magit ; a git porcelain for Emacs
|
||||||
|
@ -169,7 +172,10 @@
|
||||||
;;racket ; a DSL for DSLs
|
;;racket ; a DSL for DSLs
|
||||||
;;rest ; Emacs as a REST client
|
;;rest ; Emacs as a REST client
|
||||||
;;rst ; ReST in peace
|
;;rst ; ReST in peace
|
||||||
ruby ; 1.step {|i| p "Ruby is #{i.even? ? 'love' : 'life'}"}
|
(ruby ; 1.step {|i| p "Ruby is #{i.even? ? 'love' : 'life'}"}
|
||||||
|
+lsp ; LSP really do make things easier huh?
|
||||||
|
+rails ; ruby != rails but rails == ruby
|
||||||
|
+chruby) ; The easier version
|
||||||
;;rust ; Fe2O3.unwrap().unwrap().unwrap().unwrap()
|
;;rust ; Fe2O3.unwrap().unwrap().unwrap().unwrap()
|
||||||
;;scala ; java, but good
|
;;scala ; java, but good
|
||||||
;;scheme ; a fully conniving family of lisps
|
;;scheme ; a fully conniving family of lisps
|
||||||
|
|
|
@ -3,6 +3,8 @@
|
||||||
|
|
||||||
(package! vimrc-mode)
|
(package! vimrc-mode)
|
||||||
(package! graphviz-dot-mode)
|
(package! graphviz-dot-mode)
|
||||||
|
|
||||||
|
(package! postcss-sorting)
|
||||||
;;; Examples:
|
;;; Examples:
|
||||||
;; (package! pretty-mode)
|
;; (package! pretty-mode)
|
||||||
;; (package! some-package)
|
;; (package! some-package)
|
||||||
|
|
|
@ -1 +1,3 @@
|
||||||
source /usr/share/chruby/chruby.sh
|
source /usr/share/chruby/chruby.sh
|
||||||
|
source /usr/share/chruby/auto.sh
|
||||||
|
chruby ruby
|
||||||
|
|
Loading…
Reference in New Issue
Block a user