https://github.com/olback/dotfiles
Shell configs
https://github.com/olback/dotfiles
bash bash-aliases bash-script
Last synced: 9 days ago
JSON representation
Shell configs
- Host: GitHub
- URL: https://github.com/olback/dotfiles
- Owner: olback
- License: unlicense
- Created: 2017-04-17T00:36:44.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-03-09T08:21:36.000Z (about 3 years ago)
- Last Synced: 2025-02-08T12:31:28.517Z (about 1 year ago)
- Topics: bash, bash-aliases, bash-script
- Language: CSS
- Homepage:
- Size: 32.1 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotfiles
### Install oh-my-zsh:
```bash
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
```
### Install powerlevel10k:
```bash
git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k
```
Set `ZSH_THEME` to `"powerlevel10k/powerlevel10k"`
### Install dotfiles:
```bash
git clone git@github.com/olback/dotfiles $HOME/.dotfiles
.dotfiles/install.sh
```
### Install ZSH plugins:
```bash
.dotfiles/install_zsh_plugins.sh $ZSH_CUSTOM
```
### TODO
* [x] install oh-my-zsh
* [x] install powerlevel10k
* [x] link configs
* [ ] link etc
* [x] link local
* [ ] link udev
* [x] gitconfig
* [ ] Install script should automatically configure oh-my-zsh and p10k