Reorganizing submodules
This commit is contained in:
parent
5d24d0e240
commit
e0ad73cfbc
1
.config/emacs/private/conlanging
Symbolic link
1
.config/emacs/private/conlanging
Symbolic link
@ -0,0 +1 @@
|
||||
/home/phundrak/fromGIT/Emacs-stuff/conlanging/
|
1
.config/emacs/private/dired-phundrak
Symbolic link
1
.config/emacs/private/dired-phundrak
Symbolic link
@ -0,0 +1 @@
|
||||
/home/phundrak/fromGIT/Emacs-stuff/dired-phundrak/
|
1
.config/emacs/private/w3m
Symbolic link
1
.config/emacs/private/w3m
Symbolic link
@ -0,0 +1 @@
|
||||
/home/phundrak/fromGIT/Emacs-stuff/w3m/
|
@ -1 +0,0 @@
|
||||
Subproject commit aa46e20170bad889b01bf6de1f689a4eeffbeb03
|
1
.config/nanorc/nano-syntax
Submodule
1
.config/nanorc/nano-syntax
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 195b8b21ec0cbca172f4e99d0ff23c4e4ce5349e
|
1
.config/tmux
Submodule
1
.config/tmux
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit f4fc2730cf1a2ae26ebf3707548945a73cd74ff1
|
@ -1,24 +0,0 @@
|
||||
alias S sudo systemctl $*
|
||||
alias cdebug cmake -DCMAKE_BUILD_TYPE=Debug $*
|
||||
alias chgrp chgrp --preserve-root $*
|
||||
alias chmod chmod --preserve-root $*
|
||||
alias chown chown --preserve-root $*
|
||||
alias clang clang -Wall $*
|
||||
alias clang++ clang++ -Wall $*
|
||||
alias crelease cmake -DCMAKE_BUILD_TYPE=Release $*
|
||||
alias du du -ch
|
||||
alias flac youtube-dl -x --audio-format flac --audio-quality 0
|
||||
alias g++ g++ -Wall -std=c++17 $*
|
||||
alias gcc gcc -Wall -std=c11 $*
|
||||
alias grep grep --color=auto $*
|
||||
alias lns ln -si $*
|
||||
alias mp3 youtube-dl -x --audio-format flac --audio-quality 0 $*
|
||||
alias nmcli nmcli -p -c auto $*
|
||||
alias rm rm -I $*
|
||||
alias rmd rm --preserve-root -Ir $*
|
||||
alias rmdf rm --preserve-root -Irf $*
|
||||
alias rmf rm --preserve-root -If $*
|
||||
alias search pacman -Ss $*
|
||||
alias untar tar -xvzf $*
|
||||
alias update sudo pacman -Syu
|
||||
alias wget wget -c $*
|
@ -1,5 +0,0 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: ATTR HTML
|
||||
# key: <ah
|
||||
# --
|
||||
#+ATTR_HTML: $0
|
@ -1,5 +0,0 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: ATTR LATEX
|
||||
# key: <al
|
||||
# --
|
||||
#+ATTR_LATEX: $0
|
@ -1,5 +0,0 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: caption
|
||||
# key: <ca
|
||||
# --
|
||||
#+CAPTION: $0
|
@ -1,7 +0,0 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: comment block
|
||||
# key: <co
|
||||
# --
|
||||
#+BEGIN_COMMENT
|
||||
$0
|
||||
#+END_COMMENT
|
@ -1,7 +0,0 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: emacs-lisp block
|
||||
# key: <el
|
||||
# --
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
$0
|
||||
#+END_SRC
|
@ -1,5 +0,0 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: name
|
||||
# key: <na
|
||||
# --
|
||||
#+NAME: $0
|
@ -1,6 +0,0 @@
|
||||
|
||||
# -*- mode: snippet -*-
|
||||
# name: nyqy
|
||||
# key: <ny
|
||||
# --
|
||||
\{\{\{nyqy($1)\}\}\}$0
|
@ -1,5 +0,0 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: phon
|
||||
# key: <ph
|
||||
# --
|
||||
\{\{\{phon($1)\}\}\}$0
|
@ -1,8 +0,0 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: python block
|
||||
# key: <py
|
||||
# --
|
||||
#+NAME: $1
|
||||
#+BEGIN_SRC python
|
||||
$0
|
||||
#+END_SRC
|
@ -1,7 +0,0 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: source block
|
||||
# key: <s
|
||||
# --
|
||||
#+BEGIN_SRC $0
|
||||
|
||||
#+END_SRC
|
@ -52,6 +52,12 @@
|
||||
rmrf = rm -r -f
|
||||
####
|
||||
s = status
|
||||
sm = submodule
|
||||
sms = submodule status
|
||||
sma = submodule add
|
||||
smu = submodule update
|
||||
smui = submodule update --init
|
||||
smuir = submodule update --init --recursive
|
||||
####
|
||||
staged = diff --cached
|
||||
####
|
||||
|
25
.gitmodules
vendored
25
.gitmodules
vendored
@ -1,18 +1,15 @@
|
||||
[submodule "tmux"]
|
||||
path = tmux
|
||||
path = .config/tmux
|
||||
url = https://github.com/gpakosz/.tmux.git
|
||||
[submodule "spacemacs"]
|
||||
path = .emacs.d
|
||||
url = https://github.com/syl20bnr/spacemacs
|
||||
[submodule "conlanging"]
|
||||
path = .emacs.d/private/conlanging
|
||||
[submodule "fromGIT/Emacs-stuff/conlanging"]
|
||||
path = fromGIT/Emacs-stuff/conlanging
|
||||
url = git@labs.phundrak.com:phundrak/conlang-layer.git
|
||||
[submodule "w3m"]
|
||||
path = .emacs.d/private/w3m
|
||||
url = https://github.com/venmos/w3m-layer.git
|
||||
[submodule "dired-phundrak"]
|
||||
path = .emacs.d/private/dired-phundrak
|
||||
url = git@labs.phundrak.com:phundrak/dired-phundrak.git
|
||||
[submodule "nanorc"]
|
||||
path = .config/nanorc
|
||||
[submodule ".config/nanorc/nano-syntax"]
|
||||
path = .config/nanorc/nano-syntax
|
||||
url = https://github.com/scopatz/nanorc.git
|
||||
[submodule "fromGIT/Emacs-stuff/w3m"]
|
||||
path = fromGIT/Emacs-stuff/w3m
|
||||
url = https://github.com/venmos/w3m-layer.git
|
||||
[submodule "fromGIT/Emacs-stuff/dired-phundrak"]
|
||||
path = fromGIT/Emacs-stuff/dired-phundrak
|
||||
url = git@labs.phundrak.com:phundrak/dired-phundrak.git
|
||||
|
1
tmux
1
tmux
@ -1 +0,0 @@
|
||||
Subproject commit 01c91ba5231eb2e7b32cc2f47ac9022efae87962
|
Loading…
Reference in New Issue
Block a user