I tried something. I failed. Ok. removed the packages, clutter, organized i3 config, added google-this mode, nyan-cat-mode, dummyparents, compilation for c++ and elpymode, a template for my cvs

This commit is contained in:
TuDatTr
2018-01-04 14:54:30 +01:00
parent 60739c339c
commit e761450c89
2434 changed files with 51974 additions and 204976 deletions

8
.scripts/auto/a.el Normal file
View File

@@ -0,0 +1,8 @@
(TeX-add-style-hook
"a"
(lambda ()
(TeX-run-style-hooks
"INCL/settings"
"{INCL/tu}"))
:latex)

View File

@@ -1,20 +1,15 @@
#!/bin/bash
1;5002;0c
# A script to manage my dotfiles and copy them to my git
dotfiles=$HOME/workspace/Git/TuDatTr/dotfiles
# -avv for debugging purposes
# -v for normal use
# -a for normal use
copy(){
# rsync -avv $HOME/$1 $dotfiles/$1
rsync -a $HOME/$1 $dotfiles/$1
}
# For Debugging purposes
copy_test(){
echo rsync -avv $HOME/$1 $dotfiles/$1
}
# i3 gaps
# Powerline fonts must be installed
printf "\nCopying i3 configs...\n"
@@ -44,7 +39,5 @@ printf "\nCopying emacs configs...\n"
copy .emacs
copy .emacs.d/
# Latex templates
copy Templates/