new ways 2

This commit is contained in:
2024-08-22 16:13:24 +02:00
parent 39868fe365
commit 6b7b3f6a2e
16 changed files with 373 additions and 0 deletions

49
docs/cli.md Executable file
View File

@@ -0,0 +1,49 @@
# lsd
```bash
cargo install lsd
```
# Set zsh as default
```bash
chsh -s $(which zsh)
# sudo reboot
```
# MesloLG Nerd Font
https://www.nerdfonts.com/font-downloads
1. Download MesloLG Nerd Font
2. Move to `~/.fonts` (Make folder if needed `mkdir -p ~/.fonts`)
# Install Starship
```bash
curl -sS https://starship.rs/install.sh | sh
```
# Install oh-my-zsh
```bash
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
```
# Move config files
- Move this repo to `~/` (MAKE SURE TO INCLUDE HIDDEN FOLDERS/FILES)
- Ensure you now have a `.zshrc` with aliases etc.
# Set starship theme
```bash
starship preset pastel-powerline -o ~/.config/starship.toml
```
# Gnome Terminal Theme
Gnome Terminal -> Preferences -> Profiles -> Unnamed -> Text
- Initial terminal size: `120` columns `30` rows.
- Custom font: `MesloLGS Nerd Font` Size: `14`
- Cursor Shape: `Underline`
- Cursor blinking: `Enabled`
Gnome Terminal -> Preferences -> Profiles -> Unnamed -> Colors
- Uncheck `Use colors from system theme`