Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ozakione/dotfiles

My linux dotfiles managed with stow
https://github.com/ozakione/dotfiles

Last synced: 21 days ago
JSON representation

My linux dotfiles managed with stow

Awesome Lists containing this project

README

        

# dotfiles

## Requirements

```bash
sudo apt update && sudo apt upgrade -y && sudo apt install -y software-properties-common build-essential
```

```bash
sudo pacman -S --needed git base-devel which wget
```

## Installation

```bash
wget https://raw.githubusercontent.com/OzakIOne/dotfiles/master/install.sh && chmod +x ./install.sh

./install.sh
```

## Stow

```bash
stow zsh # symlink zsh folder
stow * # symlink all folders
stow -D zsh # unlink zsh
```