https://github.com/mshornikov/dotfiles
My dotfiles
https://github.com/mshornikov/dotfiles
alacritty dotfiles gnu-stow neovim ohmyposh tmux zsh
Last synced: 4 months ago
JSON representation
My dotfiles
- Host: GitHub
- URL: https://github.com/mshornikov/dotfiles
- Owner: mshornikov
- License: mit
- Created: 2024-07-21T13:08:17.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-25T09:54:10.000Z (over 1 year ago)
- Last Synced: 2025-03-16T14:39:25.378Z (over 1 year ago)
- Topics: alacritty, dotfiles, gnu-stow, neovim, ohmyposh, tmux, zsh
- Language: Shell
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# My dotfiles
This directory contains the dotfiles for my system
## Requirements
Ensure you have the following installed on your system:
- Git
- [GNU Stow](https://www.gnu.org/software/stow/)
## Installation
First, check out the dotfiles repo in your $HOME directory using git
```
git clone git@github.com/mshornikov/dotfiles.git
cd dotfiles
```
then use GNU Stow to create symlinks
```sh
stow .
```