Skip to content

dooooooooinggggg/dotfiles

Repository files navigation

dotfiles

$ cd ~
$ git clone https://github.com/dooooooooinggggg/dotfiles.git
$ cd dotfiles
$ sh setup.sh

Shell

zsh

# install oh my zsh
wget http://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | sh

mv ~/.zshrc ~/.zshrc_orig

ln -sf ~/dotfiles/.zshrc ~/
ln -sf ~/dotfiles/.zlogin ~/

bash

mv ~/.bash_profile ~/.bash_profile_orig
mv ~/.bashrc ~/.bashrc_orig

ln -sf ~/dotfiles/.bashrc ~/
ln -sf ~/dotfiles/.bash_profile ~/

vscode

macOS

mv ~/Library/Application\ Support/Code/User/settings.json ~/Library/Application\ Support/Code/User/settings_orig.json
ln -sf ~/dotfiles/vscode/settings.json ~/Library/Application\ Support/Code/User/

Linux

vim

ln -sf ~/dotfiles/.vim ~/
ln -sf ~/dotfiles/.vimrc ~/

gdb

ln -sf ~/dotfiles/.gdbinit ~/

virtual env

# pyenv
git clone git://github.com/yyuu/pyenv.git ~/.pyenv

# rbenv
git clone https://github.com/rbenv/rbenv.git ~/.rbenv

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages