Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/50-course/dotfiles
Configuration files for distro hopping and setup
https://github.com/50-course/dotfiles
config dotfiles git lua neovim tmux
Last synced: 24 days ago
JSON representation
Configuration files for distro hopping and setup
- Host: GitHub
- URL: https://github.com/50-course/dotfiles
- Owner: 50-Course
- Created: 2023-04-10T05:41:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-21T10:36:56.000Z (6 months ago)
- Last Synced: 2024-05-21T12:12:40.982Z (6 months ago)
- Topics: config, dotfiles, git, lua, neovim, tmux
- Language: Lua
- Homepage:
- Size: 129 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## > `$HOME` sweet `$HOME`
I have moved away from GUI-based development workflow to terminal-based workflow over the past year. This repository contains my personal configuration
files for my development environments. This is a 'living' repository that would continue growing for as long as I seek ways for efficiency in my dev workflow.## Installation
1. Clone this repository to your `$HOME` directory.
2. Run `./install.sh` to symlink all the configuration files to `$HOME` using ![GNU Stow][1]
3. _I am actively working on provide a comprehensive user guide, please stick with me_## Screenshots
## License
```md
MIT LicenseCopyright (c) 2023 @50-Course
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
```[1]:(https://www.gnu.org/software/stow/)