An open API service indexing awesome lists of open source software.

https://github.com/nobleclem/dotfiles

Server environment dotfiles
https://github.com/nobleclem/dotfiles

Last synced: about 1 month ago
JSON representation

Server environment dotfiles

Awesome Lists containing this project

README

        

dotfiles
========
My server environment dotfiles with autoupdate functionality upon server login.

## Setup
```
cd ~
git clone ssh://[email protected]/nobleclem/dotfiles.git
mv .profile .profile-bak
ln -s dotfiles/profile .profile
source .profile
```

## Omit Repo Dotfile
Create/Edit .profile.local and add following. This example excludes the .gitconfig from being used. Replace `gitconfig` with dotfile of choice.
```
# remove gitconfig
dotfiles=${dotfiles/gitconfig/}
dotfiles=${dotfiles/ / }
```