Skip to content

AbuMareBear/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Abdullah Hashim's Dotfiles

Symbolic links

sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
ln -s ~/code/dotfiles/zshrc ~/.zshrc
ln -s ~/code/dotfiles/bash_prompt ~/.bash_prompt
ln -s ~/code/dotfiles/bashrc ~/.bashrc
ln -s ~/code/dotfiles/gemrc ~/.gemrc
ln -s ~/code/dotfiles/tmux.conf ~/.tmux.conf
ln -s ~/code/dotfiles/vimrc ~/.vimrc
ln -s ~/code/dotfiles/gitignore_global ~/.gitignore_global
ln -s ~/code/dotfiles/gitconfig ~/.gitconfig

Vim Plugins

mkdir -p ~/.vim/pack/plugins/opt
cd ~/.vim/pack/plugins/opt
git clone [email protected]:tpope/vim-sensible.git
git clone [email protected]:kien/ctrlp.vim.git
git clone [email protected]:christoomey/vim-tmux-navigator.git
git clone [email protected]:christoomey/vim-tmux-runner.git
git clone [email protected]:tpope/vim-rails.git
git clone [email protected]:dense-analysis/ale.git
git clone [email protected]:tpope/vim-surround.git

Vim Color Scheme

mkdir -p ~/.vim/colors
cd ~/.vim/colors
curl -O https://raw.githubusercontent.com/nanotech/jellybeans.vim/master/colors/jellybeans.vim

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published