Go to file
TuDatTr 0f1b615115
Edited README.md
2018-01-06 16:47:44 +01:00
.config Default Terminal termite, typo in .emacs comments, notification on copying dotfiles to git, added warprc, Starting writing setup instructions 2018-01-06 16:38:52 +01:00
.emacs.d/snippets Added file associations for tex, py and cpp. Also only kept tex, py and cpp snippets 2018-01-04 16:56:03 +01:00
.scripts Default Terminal termite, typo in .emacs comments, notification on copying dotfiles to git, added warprc, Starting writing setup instructions 2018-01-06 16:38:52 +01:00
Templates/LaTeX Default Terminal termite, typo in .emacs comments, notification on copying dotfiles to git, added warprc, Starting writing setup instructions 2018-01-06 16:38:52 +01:00
.emacs Default Terminal termite, typo in .emacs comments, notification on copying dotfiles to git, added warprc, Starting writing setup instructions 2018-01-06 16:38:52 +01:00
.gitconfig 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 2018-01-04 14:54:30 +01:00
.gitignore Default Terminal termite, typo in .emacs comments, notification on copying dotfiles to git, added warprc, Starting writing setup instructions 2018-01-06 16:38:52 +01:00
.warprc Default Terminal termite, typo in .emacs comments, notification on copying dotfiles to git, added warprc, Starting writing setup instructions 2018-01-06 16:38:52 +01:00
.zshrc Haxxxxxxxor 2018-01-05 02:33:01 +01:00
LICENSE Default Terminal termite, typo in .emacs comments, notification on copying dotfiles to git, added warprc, Starting writing setup instructions 2018-01-06 16:38:52 +01:00
README.md Edited README.md 2018-01-06 16:47:44 +01:00
_config.yml Default Terminal termite, typo in .emacs comments, notification on copying dotfiles to git, added warprc, Starting writing setup instructions 2018-01-06 16:38:52 +01:00

README.md

dotfiles

These are my personal dotfiles.

TODOS:

  1. Make a pip requirements.txt for elpy and .scripts/i3lock.py

zsh as default shell

chsh -s /bin/zsh
rm -rf ~/.*bash*

Install needed packages/uninstall unnecessary ones.

sudo pacman -Syu
sudo pacman -S emacs git termite python-pip zsh-theme-powerlevel9k powerline-fonts awesome-terminal-fonts texlive-most firefox
sudo pacman -R palemoon-bin
yaourt -S i3lock-color

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

Setups

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