https://github.com/aseure/configs
Personal configurations
https://github.com/aseure/configs
config git tmux vim zsh
Last synced: about 1 year ago
JSON representation
Personal configurations
- Host: GitHub
- URL: https://github.com/aseure/configs
- Owner: aseure
- Created: 2014-08-05T15:35:55.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2025-04-02T11:09:44.000Z (about 1 year ago)
- Last Synced: 2025-04-02T12:23:19.842Z (about 1 year ago)
- Topics: config, git, tmux, vim, zsh
- Language: Lua
- Size: 3.82 MB
- Stars: 4
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This repository is the backup of my major configurations. I added a deployment
script in order to facilitate the process on my computers but feel free to
send me your personal adjustments.
## Deployment
Those are guidelines to install my Git, Tmux, Vim, ZSH and Pentadactyl
configurations but you probably want to modify several steps such as the
variables at the beginning of the deploy.sh script.
Basically, all the configurations are inside a directory separate from your
HOME. They are then symbolically linked in your HOME.
```
git clone https://github.com/aseure/configs .configs
cd .configs
./deploy.sh
```
Then, follow the instructions and don't forget to `source` your newly created
`.zshrc` file.