Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
mitchty
/
dotfiles
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
0
Wiki
Atividade
Ver código fonte
Add a no nix config for cray osx as well.
cray
Mitch Tishmack
10 anos atrás
pai
254c9fdbda
commit
b2d179d1de
1 arquivos alterados
com
27 adições
e
0 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+27
-0
cray-osx-nonix.el
+ 27
- 0
cray-osx-nonix.el
Ver arquivo
@@ -0,0 +1,27 @@
;;-*-mode: emacs-lisp; coding: utf-8;-*-
;; All these variables control what/how readme.org gets tangled
;; into dotfiles. Off by default set to t to turn them on as
;; needed.
;; OS types
(setq bsd-p nil)
(setq linux-p nil)
(setq osx-p t)
;; Optional things
(setq nix-p nil)
(setq tmux-p t)
(setq git-p t)
(setq emacs-p t)
(setq vim-p nil)
(setq zsh-p t)
(setq mosh-p t)
(setq x-p t)
;; Language specific
(setq haskell-p t)
(setq perl-p t)
(setq ruby-p nil)
;; Cray specific predicate
(setq cray-p t)
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar