Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tjamet/dotfiles
My dot files
https://github.com/tjamet/dotfiles
dotfiles env environment shell shell-scripts
Last synced: 8 days ago
JSON representation
My dot files
- Host: GitHub
- URL: https://github.com/tjamet/dotfiles
- Owner: tjamet
- License: gpl-3.0
- Created: 2017-02-19T22:47:48.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-05-31T09:23:22.000Z (6 months ago)
- Last Synced: 2024-05-31T10:28:06.819Z (6 months ago)
- Topics: dotfiles, env, environment, shell, shell-scripts
- Language: Vim Script
- Size: 575 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dot_files
My dot files## Install
```bash
git clone https://github.com/tjamet/dotfiles.git dotfiles
./dotfiles/install
```Ensure you source ~/.profile in your bash profile.
After install, you can refresh your environment with the followings:
- `path-setup` to update your various PATH variables
- `alias-setup` to update your aliases
- `gpg-agent-setup` to reload your gpg agent settings
- `bashcomplete-setup` to reload your bash completion scripts
- `prompt-setup` to reset your prompt
- `x-setup` to reload X resources
- `local-setup` to source your per-host profile (~/.profile.local)
- `source-env` to setup everything
- `env-setup` to update your dotfiles with your latest git version