Using Emacs Prelude now.... gonna figure things out

Signed-off-by: TuDatTr <tran.tuan-dat@mailbox.org>
This commit is contained in:
TuDatTr
2018-01-08 03:42:57 +01:00
parent 215bf58939
commit 51695cb484
347 changed files with 5407 additions and 2297 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/bash
echo "{\"version\":1}"
echo "[[]"
exec conky -c /home/tuan/.scripts/conkyrc
exec conky -c ~/.scripts/conkyrc

View File

@@ -1,41 +0,0 @@
#!/bin/bash
# A script to manage my dotfiles and copy them to my git
dotfiles=$HOME/.dotfiles
# -avv for debugging purposes
# -a for normal use
copy(){
# rsync -avv $HOME/$1 $dotfiles/$1
rsync -a $HOME/$1 $dotfiles/$1
}
notify-send "Copied dotfiles."
# i3 gaps
# Powerline fonts must be installed
printf "\nCopying i3 configs...\n"
copy .config/i3/
# Termite
printf "\nCopying Termite configs...\n"
copy .config/termite/
# Scripts
printf "\nCopying Scripts...\n"
copy .scripts/
# zsh
printf "\nCopying zsh configs...\n"
copy .zshrc
copy .warprc
# Emacs
# printf "For Emacs (with elpy) following python modules are needed: jedi rope importmagic autopep8 yapf flake8"
# printf "You must also add '~/.local/bin' to your path."
printf "\nCopying emacs configs...\n"
copy .emacs
copy .emacs.d/snippets/
# Latex templates
copy Templates/