-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #169 from codepuncher/2024-02-18
cleanup
- Loading branch information
Showing
4 changed files
with
15 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,14 @@ | ||
# dotfiles | ||
|
||
My dotfiles, used on Ubuntu, Arch and macOS systems. | ||
|
||
## Requirements | ||
|
||
- ZSH | ||
- macOS: `brew install zsh && chsh -s $(which zsh)` | ||
- Ubuntu: `sudo apt install zsh && chsh -s $(which zsh)` | ||
- Arch: `sudo pacman -S zsh && chsh -s $(which zsh)` | ||
- Git | ||
- Git | ||
- macOS: `brew install git` | ||
- Ubuntu: `sudo apt install git` | ||
- Arch: `sudo pacman -S git` | ||
|
@@ -16,24 +18,25 @@ My dotfiles, used on Ubuntu, Arch and macOS systems. | |
- Arch: `sudo pacman -S neovim` or `sudo pacman -S neovim-nightly-bin` for latest development version | ||
|
||
## Installation | ||
|
||
1. `git clone [email protected]:codepuncher/dotfiles.git ~/.dotfiles` | ||
3. `~/.dotfiles/setup.sh` | ||
2. `~/.dotfiles/setup.sh` | ||
3. Choose `y` to symlink the dotfiles | ||
4. The script will finish and run `command zsh` for you, loading the new dotfiles | ||
|
||
## Features | ||
1. Many [aliases](https://github.com/codepuncher/dotfiles/blob/master/bash/bash_aliases) | ||
|
||
1. Many [aliases](https://github.com/codepuncher/dotfiles/blob/master/shell/aliases) | ||
2. Supports loading any alias files from `~/.aliases` | ||
3. Supports loading [`~/.env`](https://github.com/codepuncher/dotfiles/blob/master/.env.example) for secrets | ||
4. Automatically installs [Zinit](https://github.com/zdharma/zinit/) | ||
3. Supports loading [`~/.env`](https://github.com/codepuncher/dotfiles/blob/master/.shell_env.example) for secrets | ||
4. Automatically installs [Zinit](https://github.com/zdharma-continuum/zinit) | ||
5. [zsh-users/zsh-history-substring-search](https://github.com/zsh-users/zsh-history-substring-search) | ||
6. [zsh-users/zsh-autosuggestions](https://github.com/zsh-users/zsh-autosuggestions) | ||
7. [zsh-users/zsh-completions](https://github.com/zsh-users/zsh-completions) | ||
8. [zdharma/fast-syntax-highlighting](https://github.com/zdharma/fast-syntax-highlighting) | ||
9. [lukechilds/zsh-nvm](https://github.com/lukechilds/zsh-nvm) | ||
1. [Auto Use](https://github.com/lukechilds/zsh-nvm#auto-use) | ||
10. [OMZP::npm](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/npm) | ||
11. [denysdovhan/spaceship-prompt](https://github.com/denysdovhan/spaceship-prompt) | ||
9. [OMZP::npm](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/npm) | ||
10. [OMZP::composer](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/composer) | ||
11. [spaceship-prompt/spaceship-prompt](https://github.com/spaceship-prompt/spaceship-prompt) | ||
12. [trellis-cli](https://github.com/roots/trellis-cli) `virtualenv` integration | ||
13. iTerm2 shell integration (macOS only) | ||
14. Alacritty config (JetBrains Mono Font, TokyoNight colours) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters