Merge branch 'master' of ssh://git.doggoat.de:42/dhalucario/devconf into master
This commit is contained in:
commit
68245ca45f
4 changed files with 51 additions and 11 deletions
|
@ -33,7 +33,7 @@
|
||||||
hl-todo ; highlight TODO/FIXME/NOTE/DEPRECATED/HACK/REVIEW
|
hl-todo ; highlight TODO/FIXME/NOTE/DEPRECATED/HACK/REVIEW
|
||||||
;;hydra
|
;;hydra
|
||||||
;;indent-guides ; highlighted indent columns
|
;;indent-guides ; highlighted indent columns
|
||||||
;;minimap ; show a map of the code on the side
|
minimap ; show a map of the code on the side
|
||||||
modeline ; snazzy, Atom-inspired modeline, plus API
|
modeline ; snazzy, Atom-inspired modeline, plus API
|
||||||
;;nav-flash ; blink cursor line after big motions
|
;;nav-flash ; blink cursor line after big motions
|
||||||
;;neotree ; a project drawer, like NERDTree for vim
|
;;neotree ; a project drawer, like NERDTree for vim
|
||||||
|
@ -41,7 +41,7 @@
|
||||||
(popup +defaults) ; tame sudden yet inevitable temporary windows
|
(popup +defaults) ; tame sudden yet inevitable temporary windows
|
||||||
;;pretty-code ; ligatures or substitute text with pretty symbols
|
;;pretty-code ; ligatures or substitute text with pretty symbols
|
||||||
;;tabs ; an tab bar for Emacs
|
;;tabs ; an tab bar for Emacs
|
||||||
;;treemacs ; a project drawer, like neotree but cooler
|
treemacs ; a project drawer, like neotree but cooler
|
||||||
;;unicode ; extended unicode support for various languages
|
;;unicode ; extended unicode support for various languages
|
||||||
vc-gutter ; vcs diff in the fringe
|
vc-gutter ; vcs diff in the fringe
|
||||||
vi-tilde-fringe ; fringe tildes to mark beyond EOB
|
vi-tilde-fringe ; fringe tildes to mark beyond EOB
|
||||||
|
@ -74,7 +74,7 @@
|
||||||
;;eshell ; the elisp shell that works everywhere
|
;;eshell ; the elisp shell that works everywhere
|
||||||
;;shell ; simple shell REPL for Emacs
|
;;shell ; simple shell REPL for Emacs
|
||||||
;;term ; basic terminal emulator for Emacs
|
;;term ; basic terminal emulator for Emacs
|
||||||
;;vterm ; the best terminal emulation in Emacs
|
vterm ; the best terminal emulation in Emacs
|
||||||
|
|
||||||
:checkers
|
:checkers
|
||||||
syntax ; tasing you for every semicolon you forget
|
syntax ; tasing you for every semicolon you forget
|
||||||
|
@ -106,12 +106,12 @@
|
||||||
|
|
||||||
:lang
|
:lang
|
||||||
;;agda ; types of types of types of types...
|
;;agda ; types of types of types of types...
|
||||||
;;cc ; C/C++/Obj-C madness
|
cc ; C/C++/Obj-C madness
|
||||||
;;clojure ; java with a lisp
|
;;clojure ; java with a lisp
|
||||||
;;common-lisp ; if you've seen one lisp, you've seen them all
|
;;common-lisp ; if you've seen one lisp, you've seen them all
|
||||||
;;coq ; proofs-as-programs
|
;;coq ; proofs-as-programs
|
||||||
;;crystal ; ruby at the speed of c
|
;;crystal ; ruby at the speed of c
|
||||||
;;csharp ; unity, .NET, and mono shenanigans
|
csharp ; unity, .NET, and mono shenanigans
|
||||||
;;data ; config/data formats
|
;;data ; config/data formats
|
||||||
;;(dart +flutter) ; paint ui and not much else
|
;;(dart +flutter) ; paint ui and not much else
|
||||||
;;elixir ; erlang done right
|
;;elixir ; erlang done right
|
||||||
|
@ -123,13 +123,13 @@
|
||||||
;;fsharp ; ML stands for Microsoft's Language
|
;;fsharp ; ML stands for Microsoft's Language
|
||||||
;;fstar ; (dependent) types and (monadic) effects and Z3
|
;;fstar ; (dependent) types and (monadic) effects and Z3
|
||||||
;;gdscript ; the language you waited for
|
;;gdscript ; the language you waited for
|
||||||
;;(go +lsp) ; the hipster dialect
|
(go +lsp) ; the hipster dialect
|
||||||
;;(haskell +dante) ; a language that's lazier than I am
|
;;(haskell +dante) ; a language that's lazier than I am
|
||||||
;;hy ; readability of scheme w/ speed of python
|
;;hy ; readability of scheme w/ speed of python
|
||||||
;;idris ;
|
;;idris ;
|
||||||
json ; At least it ain't XML
|
json ; At least it ain't XML
|
||||||
;;(java +meghanada) ; the poster child for carpal tunnel syndrome
|
;;(java +meghanada) ; the poster child for carpal tunnel syndrome
|
||||||
;;javascript ; all(hope(abandon(ye(who(enter(here))))))
|
javascript ; all(hope(abandon(ye(who(enter(here))))))
|
||||||
;;julia ; a better, faster MATLAB
|
;;julia ; a better, faster MATLAB
|
||||||
;;kotlin ; a better, slicker Java(Script)
|
;;kotlin ; a better, slicker Java(Script)
|
||||||
latex ; writing papers in Emacs has never been so fun
|
latex ; writing papers in Emacs has never been so fun
|
||||||
|
@ -142,10 +142,10 @@
|
||||||
;;nix ; I hereby declare "nix geht mehr!"
|
;;nix ; I hereby declare "nix geht mehr!"
|
||||||
;;ocaml ; an objective camel
|
;;ocaml ; an objective camel
|
||||||
org ; organize your plain life in plain text
|
org ; organize your plain life in plain text
|
||||||
;;php ; perl's insecure younger brother
|
php ; perl's insecure younger brother
|
||||||
;;plantuml ; diagrams for confusing people more
|
;;plantuml ; diagrams for confusing people more
|
||||||
;;purescript ; javascript, but functional
|
;;purescript ; javascript, but functional
|
||||||
;;python ; beautiful is better than ugly
|
python ; beautiful is better than ugly
|
||||||
;;qt ; the 'cutest' gui framework ever
|
;;qt ; the 'cutest' gui framework ever
|
||||||
;;racket ; a DSL for DSLs
|
;;racket ; a DSL for DSLs
|
||||||
;;raku ; the artist formerly known as perl6
|
;;raku ; the artist formerly known as perl6
|
||||||
|
|
2
.profile
Normal file
2
.profile
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
export RXVT_SOCKET="$XDG_RUNTIME_DIR/urxvtd-$(hostname)"
|
||||||
|
export PATH="$HOME/.cargo/bin:$PATH"
|
|
@ -1,14 +1,18 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
echo 'Starting installation'
|
echo 'Starting installation'
|
||||||
|
|
||||||
echo 'Installing RPMFusion...'
|
echo 'Installing Depending Repositories...'
|
||||||
|
echo 'Installing RPMFusion'
|
||||||
sudo dnf install -y \
|
sudo dnf install -y \
|
||||||
https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm \
|
https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm \
|
||||||
https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm
|
https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm
|
||||||
|
|
||||||
|
echo 'Enabling Cisco openh264'
|
||||||
|
# sudo dnf config-manager --set-enabled fedora-cisco-openh264
|
||||||
|
|
||||||
echo 'Installing base packages...'
|
echo 'Installing base packages...'
|
||||||
sudo dnf install -y \
|
sudo dnf install -y \
|
||||||
git which util-linux-user vim-enhanced
|
git which util-linux-user vim-enhanced
|
||||||
|
|
||||||
#echo 'Install fancy programming stuff...'
|
#echo 'Install fancy programming stuff...'
|
||||||
#sudo dnf install -y \
|
#sudo dnf install -y \
|
||||||
|
|
34
wrk/signature.html
Normal file
34
wrk/signature.html
Normal file
|
@ -0,0 +1,34 @@
|
||||||
|
<p style="display: inline-block;">
|
||||||
|
<img style="float:left; margin-right: 1rem; height: 2rem; width: 2rem;" alt="Kreativrudel Logo" src="https://www.kreativrudel.de/wp-content/themes/kreativrudel/dist/css/img/rudel-badge-black.svg" width="32" height="32">
|
||||||
|
<strong>Leon Grünewald</strong><br />
|
||||||
|
<em>Webdeveloper</em>
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
Telefon: <a href="callto:022897273628">0228 - 97 27 36 28</a><br />
|
||||||
|
E-Mail: <a href="mailto:leon.gruenewald@kreativrudel.de">leon.gruenewald@kreativrudel.de</a><br />
|
||||||
|
Web: <a href="https://www.kreativrudel.de/">www.kreativrudel.de</a>
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
Standort Bonn:<br />
|
||||||
|
kreativrudel GmbH & Co. KG<br />
|
||||||
|
Siemensstr. 2-50 | Gebäude 2 | 53121 Bonn<br />
|
||||||
|
E-Mail: <a href="mailto:info@kreativrudel.de">info@kreativrudel.de</a><br />
|
||||||
|
Telefon: <a href="callto:022838758990"> 0228 - 38 75 89 90</a><br />
|
||||||
|
Telefax: <a href="callto:022838758071">0228 - 38 75 80 71</a>
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
Standort Mainz:<br />
|
||||||
|
Rheinallee 88 | Gebäude 25 | 55120 Mainz<br />
|
||||||
|
Telefon: <a href="callto:061316368324">06131 - 6 36 83 24</a>
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
Geschäftsführer: Kokulan Kathiramalainathan<br />
|
||||||
|
Registergericht: Amtsgericht Bonn<br />
|
||||||
|
Registernummer: HRA 8142<br />
|
||||||
|
Umsatzsteuer-Identifikationsnummer: DE288598440
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
Bankverbindung:<br />
|
||||||
|
IBAN DE25 3804 0007 0247 0300 00<br />
|
||||||
|
BIC DRESDEFF370
|
||||||
|
</p>
|
Loading…
Reference in a new issue