Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lucascaton/dotfiles
My personal dotfiles
https://github.com/lucascaton/dotfiles
dotfiles linux macos shell zsh
Last synced: 19 days ago
JSON representation
My personal dotfiles
- Host: GitHub
- URL: https://github.com/lucascaton/dotfiles
- Owner: lucascaton
- Created: 2012-04-29T15:22:44.000Z (over 12 years ago)
- Default Branch: main
- Last Pushed: 2024-10-19T07:19:49.000Z (about 1 month ago)
- Last Synced: 2024-10-19T14:41:54.247Z (about 1 month ago)
- Topics: dotfiles, linux, macos, shell, zsh
- Language: Shell
- Size: 553 KB
- Stars: 25
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lucas Caton's dotfiles
This is just a selection of my dot-files.
You may find some of them useful but mostly they are here for me.They work on both **macOS** and **Linux**.
## Editor settings
- [Vim](https://github.com/lucascaton/vimfiles)
- [VS Code](https://github.com/lucascaton/dotfiles/tree/main/other_files/vscode)## How to install?
1. Install [Oh My Zsh](https://github.com/ohmyzsh/ohmyzsh).
1. Clone this repo: `git clone https://github.com/lucascaton/dotfiles.git ~/.dotfiles`
1. Run: `~/.dotfiles/install.sh`## Copyright
Copyright (c) Lucas Caton
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.