https://github.com/sumpygump/dotfiles
Dotfiles for Jansen Price
https://github.com/sumpygump/dotfiles
Last synced: 9 months ago
JSON representation
Dotfiles for Jansen Price
- Host: GitHub
- URL: https://github.com/sumpygump/dotfiles
- Owner: sumpygump
- Created: 2012-06-22T02:59:57.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2023-05-17T13:11:26.000Z (over 2 years ago)
- Last Synced: 2025-03-24T11:38:27.351Z (10 months ago)
- Language: Perl
- Homepage:
- Size: 237 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Quick Install
=============
Simply run this script to install these files into your home directory:
wget -O - https://github.com/sumpygump/dotfiles/raw/master/autoinstall.sh | sh
Contents and Purpose
====================
These are dotfiles that setup a sane environment I am used to on a linux machine in my home directory. It includes:
* bash config files
* `.bash_profile`
* `.bashrc`
* `.bash_aliases`
* git config file `.gitconfig`
## Starship
Install starship https://starship.rs/guide/#%F0%9F%9A%80-installation
Copy or symlink the file `.config/starship.toml` to `~/.config/starship.toml`
Be sure the following is in your `~/.profile` or `~/.bashrc` file:
```
# Starship
eval "$(starship init bash)"
```