https://github.com/titpetric/dotfiles
I have too many linux hosts, might as well set them up consistently
https://github.com/titpetric/dotfiles
Last synced: 7 months ago
JSON representation
I have too many linux hosts, might as well set them up consistently
- Host: GitHub
- URL: https://github.com/titpetric/dotfiles
- Owner: titpetric
- License: apache-2.0
- Created: 2022-03-15T09:09:23.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-30T11:52:09.000Z (9 months ago)
- Last Synced: 2025-01-30T12:25:05.598Z (9 months ago)
- Language: Shell
- Size: 8.79 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotfiles
I have too many linux hosts, might as well set them up consistently.
## Concerns
- set default global git user
- set PATH and GOBIN for Go
- adjust PS1 to show git repo/branch (repo may be redundant, may remove).
- ssh-agent for your `~/.ssh/id_rsa`## Setup
To set up / update the dotfiles run:
```bash
rm -rf ~/.dotfiles
git clone git@github.com:titpetric/dotfiles.git ~/.dotfiles
cp ~/.dotfiles/.bash_aliases ~/
```This is meant for local/ssh use for exclusive use machines. The ssh
agent will only start once and will be reused for future sessions.You should edit the `/etc/sudoers` file to enable carrying the git and
ssh into root. This way you can use `git clone` etc.