Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sabieber/dotfiles
My dotfiles for linux and mac :)
https://github.com/sabieber/dotfiles
dotfiles dotfiles-linux dotfiles-macos
Last synced: 1 day ago
JSON representation
My dotfiles for linux and mac :)
- Host: GitHub
- URL: https://github.com/sabieber/dotfiles
- Owner: sabieber
- Created: 2019-03-21T15:12:57.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-21T09:17:03.000Z (7 months ago)
- Last Synced: 2024-05-22T10:32:30.678Z (7 months ago)
- Topics: dotfiles, dotfiles-linux, dotfiles-macos
- Language: Shell
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dotfiles Repository
This repo contains my personal dotfiles managed with [GNU Stow](https://archlinux.org/packages/extra/any/stow/), a symlink farm manager that makes it easy to install and manage configuration files across multiple systems.
## Prerequisites
### Arch Linux
```bash
yay -S stow
```### MacOS
```bash
brew install stow
```## Install
```bash
git clone https://github.com/sabieber/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
stow .
```This will [link](https://wiki.archlinux.de/title/Ln) the appropriate files in `.dotfiles` to the home directory. Everything is configured and tweaked within ~/.dotfiles.
## Whats Inside
Currently the following tools are configured:
* [kitty](https://github.com/kovidgoyal/kitty) - Cross-platform terminal emulator
* [starship](https://starship.rs/) - Customizable and fast prompt
* [WezTerm](https://wezfurlong.org/wezterm/index.html) - Cross-platform terminal emulator
* [git](https://git-scm.com/) - Including some helpful aliases for working with git-flow