Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aseure/configs
Personal configurations
https://github.com/aseure/configs
config git tmux vim zsh
Last synced: about 2 months ago
JSON representation
Personal configurations
- Host: GitHub
- URL: https://github.com/aseure/configs
- Owner: aseure
- Created: 2014-08-05T15:35:55.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-11-28T16:09:41.000Z (2 months ago)
- Last Synced: 2024-11-28T17:23:16.595Z (2 months ago)
- Topics: config, git, tmux, vim, zsh
- Language: Lua
- Size: 3.86 MB
- Stars: 1
- 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.