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:
8
.scripts/auto/a.el
Normal file
8
.scripts/auto/a.el
Normal file
@@ -0,0 +1,8 @@
|
||||
(TeX-add-style-hook
|
||||
"a"
|
||||
(lambda ()
|
||||
(TeX-run-style-hooks
|
||||
"INCL/settings"
|
||||
"{INCL/tu}"))
|
||||
:latex)
|
||||
|
||||
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user