Update setup

clean_emacs
TuDatTr 2018-01-06 15:54:09 +01:00 committed by GitHub
parent 72b80962e9
commit fa0fbcddbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

7
setup
View File

@ -1,17 +1,24 @@
# Using Manjaro i3 # Using Manjaro i3
chsh -s /bin/zsh chsh -s /bin/zsh
rm -rf ~/.*bash* rm -rf ~/.*bash*
sudo pacman -Syu sudo pacman -Syu
sudo pacman -S emacs git termite python-pip zsh-theme-powerlevel9k powerline-fonts awesome-terminal-fonts 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 yaourt -S i3lock-color
wget https://download.nextcloud.com/desktop/releases/Linux/Nextcloud-2.3.3-x86_64.AppImage -o ~/Downloads/Nextcloud
pip install --user ~/dotfiles/requirements.txt pip install --user ~/dotfiles/requirements.txt
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" 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 cp -r /usr/share/zsh-theme-powerlevel9k ~/.oh-my-zsh/themes/powerlevel9k
git clone https://github.com/TuDatTr/dotfiles git clone https://github.com/TuDatTr/dotfiles
cp -r ./dotfiles . cp -r ./dotfiles .
rm -rf .i3/ rm -rf .i3/
sudo ln -s ~/.scripts/pipes.sh /usr/local/bin/pipes
sudo ln -s ~/Downloads/Nextcloud /usr/local/bin/nextcloud
# In Emacs # In Emacs
M-x package-install auctex M-x package-install auctex
M-x package-install dummyparens M-x package-install dummyparens
M-x package-install elpy M-x package-install elpy