Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/radditude/fotdiles
namaging my fotdiles
https://github.com/radditude/fotdiles
Last synced: 19 days ago
JSON representation
namaging my fotdiles
- Host: GitHub
- URL: https://github.com/radditude/fotdiles
- Owner: radditude
- Created: 2019-05-21T15:36:15.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-04-23T04:17:39.000Z (7 months ago)
- Last Synced: 2024-04-23T07:00:29.463Z (7 months ago)
- Language: Shell
- Homepage:
- Size: 151 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CJ Has Dotfiles
These are my dotfiles. There are many like them, but these ones are mine.
Strongly influenced by [holman/dotfiles](https://github.com/holman/dotfiles/).
## Directory
- asdf: global config for the `asdf` language version manager
- bin: everything in here gets loaded into my `$PATH`, so this is where I keep little one off scripts and CLI tools
- fotdiles: scripts that get called by `bin/fotdiles` during installation and updates
- functions: a place to keep shared utility functions
- homebrew: Brewfile, etc
- iterm2: iterms settings and defaults
- macos: useful macos defaults
- todo: config and plugins for the todo.txt CLI
- vscode: vscode settings
- zsh: shell config## Usage (buyer beware, etc)
Clone:
```
git clone https://github.com/radditude/fotdiles.git ~/.fotdiles
```Install:
```
cd ~/.fotdiles
./bin/fotdiles
source ~/.zshrc
```Update:
```
fotdiles
```