https://github.com/cedi/dotfiles
configuration files, e.g. .zshrc, .tmux.conf, .profile, etc
https://github.com/cedi/dotfiles
bash-profile oh-my-zsh profile tmux tmux-configuration zsh zshrc
Last synced: 9 months ago
JSON representation
configuration files, e.g. .zshrc, .tmux.conf, .profile, etc
- Host: GitHub
- URL: https://github.com/cedi/dotfiles
- Owner: cedi
- Created: 2017-02-15T16:27:25.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2025-03-21T18:26:49.000Z (10 months ago)
- Last Synced: 2025-04-09T23:58:53.041Z (9 months ago)
- Topics: bash-profile, oh-my-zsh, profile, tmux, tmux-configuration, zsh, zshrc
- Language: Vim Script
- Homepage:
- Size: 7.08 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dotfiles
This repository contains my dotfiles, ready to be used with [gnu-stow](https://www.gnu.org/software/stow/manual/stow.html)
## Screenshot

## Installation
installing the dotfiles and setting up the environment is different for Windows or Linux/MacOS for obvious reasons 😆
### Prerequisites
* [] Have [git](https://git-scm.com/) installed and available in your `$PATH`
* [] Clone this repository (`git clone git@github.com:cedi/dotfiles.git $HOME/.dotfiles`)
* [] _(Unix* only)_ Have [`stow`](https://www.gnu.org/software/stow/) installed
### macOS
```shell
cd $HOME.dotfiles/
./install_macos.sh
stow .
```
### Linux
```shell
cd $HOME.dotfiles/
./install_linux.sh
stow .
```
### Setup Windows systems
> [!NOTE]
> This is very much untested (yet) and might be a bit flaky
```powershell
cd $env:HOME\.dotfiles\windows
.\install.ps2
```
See more about the Windows setup [here](windows/README.md)