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

clean_emacs
TuDatTr 2018-01-06 16:38:52 +01:00
parent 9601768984
commit ad6d8b258d
No known key found for this signature in database
GPG Key ID: 6B2AC5D2CAECE06A
11 changed files with 43 additions and 40 deletions

View File

@ -31,7 +31,7 @@ hide_edge_borders none
################################################################################################ ################################################################################################
exec --no-startup-id volumeicon exec --no-startup-id volumeicon
bindsym $mod+Ctrl+m exec terminal -e 'alsamixer' bindsym $mod+Ctrl+m exec termite -e 'alsamixer'
#exec --no-startup-id pulseaudio #exec --no-startup-id pulseaudio
#exec --no-startup-id pa-applet #exec --no-startup-id pa-applet
#bindsym $mod+Ctrl+m exec pavucontrol #bindsym $mod+Ctrl+m exec pavucontrol
@ -142,7 +142,7 @@ exec --no-startup-id ~/.scripts/dotfiles.sh
############################################################################### ###############################################################################
# start a terminal # start a terminal
bindsym $mod+Return exec terminal bindsym $mod+Return exec termite
# kill focused window # kill focused window
bindsym $mod+Shift+q kill bindsym $mod+Shift+q kill

2
.emacs
View File

@ -1,6 +1,6 @@
;;; package --- summary ;;; package --- summary
;; auctex -- installed -- Integrated environment for *TeX* ;; auctex -- installed -- Integrated environment for *TeX*
;; dummyparents -- installed -- paranthesis auto-pairing and wrapping ;; dummyparens -- installed -- paranthesis auto-pairing and wrapping
;; elpy -- installed -- Emacs Python Development Environment ;; elpy -- installed -- Emacs Python Development Environment
;; flycheck -- installed -- On-the-fly syntax checking ;; flycheck -- installed -- On-the-fly syntax checking
;; forest-blue-theme -- installed -- Emacs theme with a dark background ;; forest-blue-theme -- installed -- Emacs theme with a dark background

1
.gitignore vendored Normal file → Executable file
View File

@ -1,3 +1,4 @@
*~ *~
\#*\# \#*\#
*.log *.log
*/auto/*

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

View File

@ -1,5 +1,7 @@
#!/bin/bash #!/bin/bash
1;5002;0c
notify-send "Copying files..."
# A script to manage my dotfiles and copy them to my git # A script to manage my dotfiles and copy them to my git
dotfiles=$HOME/workspace/Git/TuDatTr/dotfiles dotfiles=$HOME/workspace/Git/TuDatTr/dotfiles
@ -31,6 +33,7 @@ copy .scripts/
# zsh # zsh
printf "\nCopying zsh configs...\n" printf "\nCopying zsh configs...\n"
copy .zshrc copy .zshrc
copy .warprc
# Emacs # Emacs
# printf "For Emacs (with elpy) following python modules are needed: jedi rope importmagic autopep8 yapf flake8" # printf "For Emacs (with elpy) following python modules are needed: jedi rope importmagic autopep8 yapf flake8"

4
.warprc Executable file
View File

@ -0,0 +1,4 @@
mg:~/workspace/Git/TuDatTr
infragit:~/workspace/Git
protokollv:~/workspace/Git/allgemein/Vorlagen/Protokoll_Vorlage
snippets:~/.emacs.d/snippets

0
LICENSE Normal file → Executable file
View File

View File

@ -1,6 +1,31 @@
# dotfiles # Using Manjaro i3
A Repo to save my personal dotfiles.
## TODO: chsh -s /bin/zsh
1. Clean up i3 config even more rm -rf ~/.*bash*
2. Write installation script sudo pacman -Syu
3. Write a requirements.txt for elpy and pacman sudo pacman -S emacs git termite python-pip zsh-theme-powerlevel9k powerline-fonts awesome-terminal-fonts
sudo pacman -R palemoon-bin
sudo pacman -S texlive-most firefox
yaourt -S i3lock-color
wget https://download.nextcloud.com/desktop/releases/Linux/Nextcloud-2.3.3-x86_64.AppImage -o ~/Downloads/
chmod +x ~Downloads/Nextcloud-2.3.3-x86_64.AppImage
pip install --user ~/dotfiles/requirements.txt
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
cp -r /usr/share/zsh-theme-powerlevel9k ~/.oh-my-zsh/themes/powerlevel9k
git clone https://github.com/TuDatTr/dotfiles
cp -r ./dotfiles .
rm -rf .i3/
sudo ln -s ~/.scripts/pipes.sh /usr/local/bin/pipes
sudo ln -s ~/Downloads/Nextcloud-2.3.3-x86_64.AppImage /usr/bin/nextcloud
# In Emacs
M-x package-install auctex
M-x package-install dummyparens
M-x package-install elpy
M-x package-install flycheck
M-x package-install forest-blue-theme
M-x package-install google-this
M-x package-install nyan-mode
M-x package-install rainbow-mode

0
Templates/LaTeX/cv.tex Normal file → Executable file
View File

0
_config.yml Normal file → Executable file
View File

30
setup
View File

@ -1,30 +0,0 @@
# Using Manjaro i3
chsh -s /bin/zsh
rm -rf ~/.*bash*
sudo pacman -Syu
sudo pacman -S emacs git termite python-pip zsh-theme-powerlevel9k powerline-fonts awesome-terminal-fonts
sudo pacman -R palemoon-bin
sudo pacman -S texlive-most firefox
yaourt -S i3lock-color
wget https://download.nextcloud.com/desktop/releases/Linux/Nextcloud-2.3.3-x86_64.AppImage -o ~/Downloads/
chmod +x ~Downloads/Nextcloud-2.3.3-x86_64.AppImage
pip install --user ~/dotfiles/requirements.txt
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
cp -r /usr/share/zsh-theme-powerlevel9k ~/.oh-my-zsh/themes/powerlevel9k
git clone https://github.com/TuDatTr/dotfiles
cp -r ./dotfiles .
rm -rf .i3/
sudo ln -s ~/.scripts/pipes.sh /usr/local/bin/pipes
sudo ln -s ~/Downloads/Nextcloud-2.3.3-x86_64.AppImage /usr/bin/nextcloud
# In Emacs
M-x package-install auctex
M-x package-install dummyparens
M-x package-install elpy
M-x package-install flycheck
M-x package-install forest-blue-theme
M-x package-install google-this
M-x package-install nyan-mode
M-x package-install rainbow-mode