https://github.com/ckunte/dotfiles
My dotfiles
https://github.com/ckunte/dotfiles
dotfiles fish vim
Last synced: about 2 months ago
JSON representation
My dotfiles
- Host: GitHub
- URL: https://github.com/ckunte/dotfiles
- Owner: ckunte
- Created: 2017-09-09T17:38:13.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-02-24T11:53:30.000Z (3 months ago)
- Last Synced: 2025-03-06T06:51:44.037Z (2 months ago)
- Topics: dotfiles, fish, vim
- Language: Vim Script
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
These are the files that reside in my home folder (~).
## Setting up a computer
1. Copy all the files from this repo to the home folder
1. Install [vim-plug]
1. Install [housekeeping scripts][hkp]### macos-specific
1. Install command line tools: `sudo xcode-select --install`
1. Install [Homebrew] and run `brew bundle install` from ~/The above requires _Brewfile_, which can either be created afresh or saved from another computer using `brew bundle dump`. (_Brewfile_ is included in this repository.)
[Homebrew]: https://brew.sh "The Missing Package Manager for macOS (or Linux)"
[vim-plug]: https://github.com/junegunn/vim-plug
[hkp]: https://github.com/ckunte/hkp