Skip to content

zish-rob-crur/dotfiles

Repository files navigation

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

Install Package

Mac OS

brew install fzf fd-find ripgrep

Ubuntu

sudo apt install fzf fd-find ripgrep
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
ln -s ~/GithubRepos/dotfiles/tmux/.tmux.conf .tmux.conf
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

def

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published