https://github.com/nobleclem/dotfiles
Server environment dotfiles
https://github.com/nobleclem/dotfiles
Last synced: about 1 month ago
JSON representation
Server environment dotfiles
- Host: GitHub
- URL: https://github.com/nobleclem/dotfiles
- Owner: nobleclem
- License: mit
- Created: 2014-10-23T14:03:20.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-01-16T19:46:23.000Z (over 1 year ago)
- Last Synced: 2025-01-27T06:29:50.196Z (3 months ago)
- Language: Shell
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/ / }
```