Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ozakione/dotfiles
- Owner: OzakIOne
- Created: 2021-05-01T20:48:16.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-09-12T19:34:51.000Z (4 months ago)
- Last Synced: 2024-10-25T15:33:19.337Z (2 months ago)
- Language: Nix
- Homepage:
- Size: 4.47 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```