https://github.com/marcosnicolau/scripts
Utils scripts I use on my systems
https://github.com/marcosnicolau/scripts
Last synced: 2 months ago
JSON representation
Utils scripts I use on my systems
- Host: GitHub
- URL: https://github.com/marcosnicolau/scripts
- Owner: MarcosNicolau
- License: mit
- Created: 2023-04-29T15:17:28.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-19T20:51:05.000Z (over 1 year ago)
- Last Synced: 2024-10-06T12:41:56.462Z (8 months ago)
- Language: Shell
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# My pc setup
This repo contains my pc setup. This consists of:
- arch: setup with hyprland - `hyprland`, `kitty`, `waybar` and `wofi`
- dotfiles: all kinds of configs
- scripts: utils scripts and other progams.
- completitions: some scripts have compdef for autocompletion## Install
Before anything, it is necessary to have zsh installed with oh-my-zsh. Some scripts have completions, that is why oh-my-zsh is needed because it makes all that process 10x easier.
To install it, follow the instructions [here](https://github.com/ohmyzsh/ohmyzsh).
If you already have that, install them by running `make`.
## About the scripts
Each scripts has its own documentation which you can access by passing `--help` or `-h`.