Skip to content

Wei-LiangChew/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

For my personal configurations

Set up steps:

  1. Clone the repo into the user directory where the configuration needs to be applied:
git clone [email protected]:Wei-LiangChew/dotfiles.git

Note: might need to set up git SSH keys or other form of login in order to clone.

  1. Apply the configuration files:
ln -s dotfiles/.myvimrc ~/.vimrc
ln -s dotfiles/.gitignore_global ~/.gitignore_global
ln -s dotfiles/.tmux.conf ~/.tmux.conf

cp dotfiles/.gitconfig ~/.gitconfig
# hard copy required to allow git to work in the `dotfiles` directory

In the case of the .gitconfig file, you might have to delete any existing one. Compare before doing so to make sure you don't delete anything by mistake. In the case of the .vimrc file, it's using vim-plug as a plugin manager. This needs to be installed, which requires some lines in .myvimrc to be uncommented temporarily.

About

For my personal configurations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published