ln -s ~/.config/dotfiles/.bashrc ~/.bashrc &&
ln -s ~/.config/dotfiles/.tmux.conf ~/.tmux.conf &&
ln -s ~/.config/dotfiles/.gitconfig ~/.gitconfig &&
ln -s ~/.config/dotfiles/.xmodmap ~/.xmodmap &&
ln -s ~/.config/dotfiles/.fonts ~/.fonts &&
ln -s ~/.config/dotfiles/.xinitrc ~/.xinitrc &&
ln -s ~/.config/dotfiles/i3 ~/.config/i3 &&
ln -s ~/.config/dotfiles/nvim ~/.config/nvim
sudo apt install rofi
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
tmux
prefix + I - to install the plugins
- Install nvim from source - https://github.com/neovim/neovim/wiki/Building-Neovim
- Install vim plug - https://github.com/junegunn/vim-plug
- Install Lua
sudo apt install lua
- Install GCC https://linuxize.com/post/how-to-install-gcc-on-ubuntu-20-04/
- Install ccls sudo apt install ccls
- Run :PlugInstall inside
init.vim
- curl -LO https://github.com/BurntSushi/ripgrep/releases/download/13.0.0/ripgrep_13.0.0_amd64.deb && sudo dpkg -i ripgrep_13.0.0_amd64.deb
- install greenclip https://github.com/erebe/greenclip
- install xclip
sudo apt install xclip
- install ripgrep
sudo apt install ripgrep
- install light
sudo apt install light
and remove sudo `sudo chmod +s /usr/bin/light