zish-rob-crur / dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

oh my zsh

ln -s ~/GithubRepos/dotfiles/.zshrc .zshrc
ln -s ~/GithubRepos/dotfiles/.p10k.zsh .p10k.zsh

vimrc

ln -s ~/GithubRepos/dotfiles/.vimrc .vimrc

neoVim

git submodule update --init --recursive
mv ~/.config/nvim ~/.config/nvim.bak
mv ~/.local/share/nvim ~/.local/share/nvim.bak
ln -s ~/GithubRepos/dotfiles/nvim ~/.config/nvim

Wezterm

ln -s GitHubRepos/dotfiles/wezterm/.wezterm.lua .wezterm.lua

tmux

git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
ln -s ~/GithubRepos/dotfiles/tmux/.tmux.conf .tmux.conf
pip install libtmux
tmux 
<Ctrl-b> + I (install plugins)
<Ctrl-b> + r (reload tmux)

Init My Dev Linux

curl -sS https://raw.githubusercontent.com/zish-rob-crur/dotfiles/main/linux/init_dev.sh  -o init_dev.sh
chmod +x init_dev.sh
./init_dev.sh

About


Languages

Language:Shell 83.2%Language:Lua 12.8%Language:Python 3.5%Language:AutoHotkey 0.5%