https://github.com/rotemhoresh/dotfiles
https://github.com/rotemhoresh/dotfiles
bashrc-configs config dotfiles git-config nvim-config oh-my-posh
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rotemhoresh/dotfiles
- Owner: rotemhoresh
- Created: 2024-10-13T19:45:47.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-10-29T17:47:31.000Z (6 months ago)
- Last Synced: 2024-12-20T09:09:10.366Z (4 months ago)
- Topics: bashrc-configs, config, dotfiles, git-config, nvim-config, oh-my-posh
- Language: Lua
- Homepage:
- Size: 1.18 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
The `.dotfiles` directory for my system.
## Requirements
Ensure you have the following installed on your system:
### Git
```bash
sudo apt install git
```### Stow
[GNU Stow](https://www.gnu.org/software/stow)
```bash
sudo apt install stow
```## Installation
Clone this repositpry to your `~` (`$HOME`) directory:
```bash
cd ~
git clone [email protected]:rotemhoresh/dotfiles.git .dotfiles
```Then use Stow to create the symlinks:
```bash
cd ~/.dotfiles && stow .
```