KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
dotfiles
★ 9
Open GitHub ↗
My personal dotfiles.
Download README (.md)
Explore Similar Repositories
moja.canada
:
No description available.
usb2ppm
:
No description available.
apex-app-crappybird
:
Oracle APEX Application - CrappyBird / Social Game
ScreenCapture
:
A screen capture build with Qt
node-cstruct
:
Use C `struct`s in Javascript while keeping the syntax intact.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
dotfiles
?
Download (.md)
[](https://results.pre-commit.ci/latest/github/ferlatte/dotfiles/main) # dotfiles My personal dotfiles. clone into `~/.dotfiles`. cd .dotfiles stow bash stow emacs etc. `hacks/bin/update-all-configs` sort of automates updating everything I use. ## Third party stuff I use these heavily, and my dotfiles depend on them. * Homebrew ## prereqs - stow ## Setup ### Install Homebrew Go to http://brew.sh and follow the installation instructions. ``` shell brew install stow ``` ### Install dotfiles ``` shell git clone git@github.com:ferlatte/dotfiles.git ~/.dotfiles cd .dotfiles make install ```