Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kalambet/dotfiles
yadm repository
https://github.com/kalambet/dotfiles
vimrc yadm zshrc
Last synced: 8 days ago
JSON representation
yadm repository
- Host: GitHub
- URL: https://github.com/kalambet/dotfiles
- Owner: kalambet
- Created: 2018-02-17T18:24:06.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-06-26T14:45:44.000Z (8 months ago)
- Last Synced: 2024-06-26T18:00:05.374Z (8 months ago)
- Topics: vimrc, yadm, zshrc
- Language: Vim Script
- Size: 258 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Overview
This repository contains configuration files for the local setup of Linux/macOS environment. Setup is baes on the following components:
- [Z Shell](https://www.zsh.org/) - Shell
- [Oh My Zsh](https://ohmyz.sh/) - set of utilities for the zsh-shell
- [NeoVim](https://neovim.io/) - as a text editor
- [LazyVim](https://www.lazyvim.org/) - as a NeoVim plugin manager
- [Zellij](https://zellij.dev/) - as a terminal session manager
- [iTerm2](https://iterm2.com/) - macOS terminal emulator
- [kitty](https://github.com/kovidgoyal/kitty) - Linux terminal
- [mosh](https://mosh.org/) - SSH Server friendly for mobile and unstable connections# Install
To install dotfiles `yadm` needs to be installed before. More detatils on how to it can be found in the [official `yadm` documentation](https://yadm.io/docs/install).```shell
yadm clone https://github.com/kalambet/dotfiles
```After repository is cloned, check `yadm status` to see potential conflicts.