https://github.com/tueda/dotfiles
My dotfiles.
https://github.com/tueda/dotfiles
bash byobu dotfiles fish git screen tmux vim
Last synced: 3 months ago
JSON representation
My dotfiles.
- Host: GitHub
- URL: https://github.com/tueda/dotfiles
- Owner: tueda
- Created: 2015-08-13T21:53:05.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2026-03-21T03:52:36.000Z (3 months ago)
- Last Synced: 2026-03-21T19:29:55.841Z (3 months ago)
- Topics: bash, byobu, dotfiles, fish, git, screen, tmux, vim
- Language: Shell
- Homepage:
- Size: 165 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
## Installation
### via curl
```
sh -c "$(curl -fsSL https://raw.githubusercontent.com/tueda/dotfiles/go/install)"
```
### via wget
```
sh -c "$(wget https://raw.githubusercontent.com/tueda/dotfiles/go/install -O -)"
```
### via git
```
git clone https://github.com/tueda/dotfiles.git ~/.dotfiles && ~/.dotfiles/deploy.sh
```
### Local settings
Optionally make/edit `.bashrc.local` and `.gitconfig.local`:
```
prepend_path PATH /additional/path/to/bin
```
```
# Git (>=1.7.10) supports include directive.
[user]
name = "My Name"
email = myemail@example.com
```
### SSH URL
```
cd ~/.dotfiles
git remote set-url origin git@github.com:tueda/dotfiles.git
```