2018-01-06 13:54:27 +01:00
|
|
|
#Using Manjaro i3
|
|
|
|
chsh -s /bin/zsh
|
2018-01-06 14:08:35 +01:00
|
|
|
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
|
2018-01-06 13:54:27 +01:00
|
|
|
rm -rf ~/.*bash*
|
|
|
|
sudo pacman -S emacs git zsh-theme-powerline9k powerline powerline-fonts
|
|
|
|
cp -r /usr/share/zsh-theme-powerlevel9k ~/.oh-my-zsh/themes/
|
|
|
|
mv ~/.oh-my-zsh/themes/zsh-theme-powerlevel9k ~/.oh-my-zsh/themes/powerlevel9k
|
|
|
|
git clone https://github.com/TuDatTr/dotfiles
|
|
|
|
cp -r ./dotfiles .
|
2018-01-06 14:08:35 +01:00
|
|
|
rm -rf .i3/
|