https://github.com/norskeld/.dotfiles
Some bash scripts, shell customisations, hacks, aliases.
https://github.com/norskeld/.dotfiles
bash bash-script zsh
Last synced: 3 months ago
JSON representation
Some bash scripts, shell customisations, hacks, aliases.
- Host: GitHub
- URL: https://github.com/norskeld/.dotfiles
- Owner: norskeld
- License: unlicense
- Created: 2019-11-04T23:08:41.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-12-03T08:47:42.000Z (over 1 year ago)
- Last Synced: 2025-01-23T10:42:42.493Z (over 1 year ago)
- Topics: bash, bash-script, zsh
- Language: Shell
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# .dotfiles
Configs and dotfiles.
## Prerequisites
- `zsh`
- `brew` installed ([brew.sh](https://brew.sh))
- `cargo` installed ([rustup](https://rustup.rs))
- `coreutils` installed (`brew install coreutils`)
- `fzf` installed (`brew install fzf`)
- `bat` installed (`brew install bat`)
## Installation
```bash
git clone git@github.com:norskeld/.dotfiles.git && .dotfiles/install.sh
```
## TODO
- [ ] Add shared configs from `.config`.
- [ ] Automate deps installation on init.