Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/swastkk/dotfiles

My config files for Linux Customisation.
https://github.com/swastkk/dotfiles

Last synced: about 1 month ago
JSON representation

My config files for Linux Customisation.

Awesome Lists containing this project

README

        

# dotfiles
My config files for Linux customization.

## Extras
### Add Starship

Install Starship
```bash
curl -sS https://starship.rs/install.sh | sh
```
Add starship to normal bash `~/.bashrc`

```bash
eval "$(starship init bash)"
```

Add the following to the end of `~/.config/fish/config.fish:`
```bash
starship init fish | source
```
Configure starship

```bash
mkdir -p ~/.config && touch ~/.config/starship.toml
```

Then make copy my `starship.toml` file to use configuration

### Nerd Fonts

[Nerd Font Download](https://www.nerdfonts.com/font-downloads)