reorganized files
This commit is contained in:
parent
6187accec5
commit
a918e51e87
@ -4,7 +4,7 @@ function cnew -d "Create new C11 project"
|
|||||||
for item in $argv
|
for item in $argv
|
||||||
switch "$item"
|
switch "$item"
|
||||||
case -h --help
|
case -h --help
|
||||||
man ~/dotfiles/fishfunctions/cnew.man
|
man ~/dev/fishfunctions/cnew.man
|
||||||
return 0
|
return 0
|
||||||
case '*'
|
case '*'
|
||||||
set projname $item
|
set projname $item
|
@ -9,7 +9,7 @@ function cppnew -d "Create new C++17 project" --argument-names 'projectname'
|
|||||||
set conanproj "true"
|
set conanproj "true"
|
||||||
set conanprojname $value
|
set conanprojname $value
|
||||||
case -h --help
|
case -h --help
|
||||||
man ~/dotfiles/fishfunctions/cppnew.man
|
man ~/dev/fishfunctions/cppnew.man
|
||||||
return 0
|
return 0
|
||||||
case '*'
|
case '*'
|
||||||
set projname $item
|
set projname $item
|
7
.gitmodules
vendored
7
.gitmodules
vendored
@ -5,8 +5,11 @@
|
|||||||
path = tmux
|
path = tmux
|
||||||
url = https://github.com/gpakosz/.tmux.git
|
url = https://github.com/gpakosz/.tmux.git
|
||||||
[submodule "spacemacs-layers/conlanging"]
|
[submodule "spacemacs-layers/conlanging"]
|
||||||
path = spacemacs-layers/conlanging
|
path = .emacs.d/private/conlanging
|
||||||
url = https://labs.phundrak.fr/phundrak/conlang-layer.git
|
url = https://labs.phundrak.fr/phundrak/conlang-layer.git
|
||||||
[submodule "spacemacs-layers/w3m"]
|
[submodule "spacemacs-layers/w3m"]
|
||||||
path = spacemacs-layers/w3m
|
path = .emacs.d/private/w3m
|
||||||
url = https://github.com/venmos/w3m-layer.git
|
url = https://github.com/venmos/w3m-layer.git
|
||||||
|
[submodule "spacemacs"]
|
||||||
|
path = .emacs.d
|
||||||
|
url = https://github.com/syl20bnr/spacemacs
|
||||||
|
@ -577,7 +577,7 @@ See the header of this file for more information."
|
|||||||
|
|
||||||
(defun dotspacemacs/user-init ()
|
(defun dotspacemacs/user-init ()
|
||||||
(setq gnutls-algorithm-priority "NORMAL:-VERS-TLS1.3")
|
(setq gnutls-algorithm-priority "NORMAL:-VERS-TLS1.3")
|
||||||
(load "~/dotfiles/private/private_emacs.el")
|
(load "~/private/private_emacs.el")
|
||||||
(require 'org-id)
|
(require 'org-id)
|
||||||
(require 'package)
|
(require 'package)
|
||||||
(require 'ox-latex)
|
(require 'ox-latex)
|
||||||
@ -1216,7 +1216,7 @@ This function is called at the very end of Spacemacs initialization."
|
|||||||
'(ansi-color-names-vector
|
'(ansi-color-names-vector
|
||||||
["black" "red3" "ForestGreen" "yellow3" "blue" "magenta3" "DeepSkyBlue" "gray50"])
|
["black" "red3" "ForestGreen" "yellow3" "blue" "magenta3" "DeepSkyBlue" "gray50"])
|
||||||
'(default-input-method "ipa-x-sampa")
|
'(default-input-method "ipa-x-sampa")
|
||||||
'(eshell-aliases-file "/home/phundrak/dotfiles/eshell-alias")
|
'(eshell-aliases-file "/home/phundrak/.emacs.d/private/eshell-alias")
|
||||||
'(evil-want-Y-yank-to-eol nil)
|
'(evil-want-Y-yank-to-eol nil)
|
||||||
'(fci-rule-color "#5B6268")
|
'(fci-rule-color "#5B6268")
|
||||||
'(hl-todo-keyword-faces
|
'(hl-todo-keyword-faces
|
||||||
|
1
.tmux.conf
Symbolic link
1
.tmux.conf
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
tmux/.tmux.conf
|
Loading…
Reference in New Issue
Block a user