Skip to content

sarink/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8d3d71a · Mar 13, 2024

History

86 Commits
Dec 23, 2021
Mar 20, 2023
Mar 20, 2023
Mar 20, 2023
No commit message
Aug 3, 2016
No commit message
Jan 11, 2017
Dec 23, 2021
Feb 10, 2023
Feb 10, 2023
Sep 17, 2020
Dec 23, 2021
Dec 23, 2021
Mar 13, 2024

Repository files navigation

dotfiles

Bash

Clone the contents of this repo into: ~/dotfiles:

git clone https://github.com/sarink/dotfiles.git ~/dotfiles

Add the following to ~/.bash_profile

# Loads dotfiles (customize the list below accordingly)
for file in ~/dotfiles/.{base,brew,brew-bash-completion,docker,macos,nvm,tmux-completion}; do
  [ -r "$file" ] && source "$file"
done
unset file

Note: If you are on a machine that doesn't have git bash completion, you can add git-completion to the list above, it's probably slightly outdated, but better than nothing

Vim

Create a symbolic link for the vimrc config

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

Clone vundle

git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim

Open vim, run :VundleInstall to install vim plugins (official vundle docs

Tmux

Create a symbolic link for the tmux config

ln -s ~/dotfiles/.tmux.conf ~/.tmux.conf

Clone tmux plugin manager into: ~/dotfiles/.tmux/plugins/tpm

git clone [email protected]:tmux-plugins/tpm ~/.tmux/plugins/tpm

Open tmux, run <prefix>I (probably ctrl-aI) to install tmux plugins (official tpm docs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published