Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/swastkk/dotfiles
- Owner: swastkk
- Created: 2023-05-14T13:53:20.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-16T11:36:17.000Z (12 months ago)
- Last Synced: 2024-01-17T04:37:58.152Z (12 months ago)
- Language: C
- Size: 910 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)