Packages:
package | Use | Notes |
---|---|---|
i3 | Window Manager | tiling windows |
st | Terminal | Copy pasta does not work properly |
zsh | Shell | - |
bash | Unused Shell | Only in case of emergency |
vim | Editor (of course) | - |
oh-my-zsh | Better zsh management | works with powerline9k |
- clone this repo in
~/dotfiles/
cd ~
sudo apt-get install git stow i3 i3blocks vim xorg libxft-dev zsh fonts-hack-ttf feh compton build-essential cmake python3-dev dmenu rofi
sh -c "$(wget -O- https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
git clone https://github.com/bhilburn/powerlevel9k.git ~/.oh-my-zsh/custom/themes/powerlevel9k
git clone https://github.com/chriskempson/base16-shell.git ~/.config/base16-shell
git clone git://github.com/zsh-users/zsh-syntax-highlighting.git ~/.oh-my-zsh/custom/plugins
git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf
~/.fzf/install
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
vim +PluginInstall +qall
python3 ~/.vim/bundle/youcompleteme/install.py --all
git clone https://git.suckless.org/st
cd st
sudo make clean install && patch < ~/dotfiles/st/st/patch/st-stijn.patch
- Install Hack Nerd Font Complete.ttf
cd ~/dotfiles
stow bash .git .gitignore i3 oh-my-zsh vim Xresources zsh --adopt
git checkout .
stow bash .git .gitignore i3 oh-my-zsh vim Xresources zsh