all my needed configs

Frideru 2f738dddfa change polybar config. Again... 3 weeks ago
i3 6c030f6cfd i3 and polybar configs changed 1 month ago
nvim 6c030f6cfd i3 and polybar configs changed 1 month ago
polybar 2f738dddfa change polybar config. Again... 3 weeks ago
rofi-power-menu @ 395c1e0736 6c030f6cfd i3 and polybar configs changed 1 month ago
.tmux.conf 12b74989c1 tmux config added 2 months ago
README.md fbe9bf4ead beautiful README.md file 2 months ago

README.md

Neovim install

curl -LO https://github.com/neovim/neovim/releases/latest/download/nvim-linux64.tar.gz
sudo rm -rf /opt/nvim
sudo tar -C /opt -xzf nvim-linux64.tar.gz

Then add this to your shell config (~/.bashrc, ~/.zshrc, ...):

export PATH="$PATH:/opt/nvim-linux64/bin"

"Packer" install

git clone --depth 1 https://github.com/wbthomason/packer.nvim\
 ~/.local/share/nvim/site/pack/packer/start/packer.nvim

Then go to ~/.config/nvim/lua/plugins.lua and write :PackerSync