Skip to content

xiongm/dotfiles

Repository files navigation

Summary

These are my personal dotfiles. feel free to use if you find them useful

Checkout

$ cd ~
$ git clone https://github.com/xiongm/dotfiles.git

Install

To install vim/tmux/bash, use this helper script

bash ./install.sh

Vim

$ ln -sf $HOME/dotfiles/vimrc $HOME/.vimrc
$ ln -sf $HOME/dotfiles/vim $HOME/.vim
$ ln -sf $HOME/dotfiles/local/vimrc_local.home.ubuntu $HOME/.vimrc_local

Tmux

$ ln -sf $HOME/dotfiles/tmux.conf $HOME/.tmux.conf
$ ln -s $HOME/dotfiles/tmux $HOME/.tmux

Bash

$ ln -sf $HOME/dotfiles/bash/ $HOME/.bash
echo "source ~/dotfiles/bashrc" >> $HOME/.bashrc

Emacs

$ ln -sf $HOME/dotfiles/emacs $HOME/.emacs

Git

$ mv $HOME/.gitconfig $HOME/.gitconfig_local
$ ln -sf $HOME/dotfiles/gitconfig $HOME/.gitconfig

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published