aokiji / dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setup

Dependencies

Install dependencies

For fedora

sudo apt install tmux vim fasd
curl -sS https://starship.rs/install.sh | sh

Configuration

echo "source $PWD/bashrc" >> ~/.bashrc
source ~/.bashrc

echo "source $PWD/tmux.conf" >> ~/.tmux.conf

Tmux

$> git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm

NVIM

echo "vim.cmd('source $PWD/nvim/init.lua')" > ~/.config/nvim

SSH

Add tmux on remote execution

# ~/.ssh/config
Host remote
Include $DOTFILES_DIR/ssh/config/remote_tmux

About


Languages

Language:Lua 74.5%Language:Shell 16.2%Language:Vim Snippet 9.2%Language:Vim Script 0.1%