Default Terminal termite, typo in .emacs comments, notification on copying dotfiles to git, added warprc, Starting writing setup instructions

This commit is contained in:
TuDatTr
2018-01-06 16:38:52 +01:00
parent 9601768984
commit ad6d8b258d
11 changed files with 43 additions and 40 deletions

0
.scripts/auto/a.el Normal file → Executable file
View File

View File

@@ -1,5 +1,7 @@
#!/bin/bash
1;5002;0c
notify-send "Copying files..."
# A script to manage my dotfiles and copy them to my git
dotfiles=$HOME/workspace/Git/TuDatTr/dotfiles
@@ -31,6 +33,7 @@ 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"