https://github.com/goncalossilva/dotfiles
Gonçalo's dotfiles
https://github.com/goncalossilva/dotfiles
Last synced: about 2 months ago
JSON representation
Gonçalo's dotfiles
- Host: GitHub
- URL: https://github.com/goncalossilva/dotfiles
- Owner: goncalossilva
- Created: 2011-08-14T02:39:28.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2024-02-22T22:48:02.000Z (about 1 year ago)
- Last Synced: 2025-02-25T11:07:28.302Z (2 months ago)
- Language: Shell
- Homepage:
- Size: 134 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: .github/README.md
Awesome Lists containing this project
README
# Gonçalo's dotfiles
This repo contains my dotfiles, used across Linux and macOS.

Nothing is assumed to be installed, but the following are sourced if present:
* [rupa/z](https://github.com/rupa/z) from `~/.z.sh`
* [junegunn/fzf](https://github.com/junegunn/fzf) from `~/.fzf.bash`
* [asdf-vm/asdf](https://github.com/asdf-vm/asdf) and completions from the default locations# Vim
My vimrc is kept in another repo: [goncalossilva/vimrc](https://github.com/goncalossilva/vimrc).
# Setup
1. `git clone --separate-git-dir=$HOME/.dotfiles [email protected]:goncalossilva/dotfiles.git $HOME/dotfiles`
2. `cp -r $HOME/dotfiles/. $HOME/ && rm -r $HOME/dotfiles/`
3. Source `~/.bashrc` or reload the shell
4. `dotfiles config status.showUntrackedFiles no`All done. To add something:
```
dotfiles add .vimrc
dotfiles commit -m "Add vimrc"
```Inspired by [this HN comment](https://news.ycombinator.com/item?id=11071754).