Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paullj/.dotfiles
https://github.com/paullj/.dotfiles
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/paullj/.dotfiles
- Owner: paullj
- Created: 2024-10-29T11:10:35.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-12T20:45:18.000Z (about 2 months ago)
- Last Synced: 2024-11-12T21:32:32.366Z (about 2 months ago)
- Language: Shell
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## .dotfiles
To use these dotfiles, you will need the following dependencies:
- stow
- coreutils
- zoxide
- fzf
- oh-my-posh
- tmuxInstall dependencies with homebrew (or any other package manager)
```bash
brew install stow coreutils zoxide fzf tmux jandedobbeleer/oh-my-posh/oh-my-posh
```Clone this repo into your home directory
```bash
git clone [email protected]:paullj/.dotfiles.git ~/.dotfiles
```Navigate to the .dotfiles directory
```bash
cd ~/.dotfiles
```Run stow to symlink the files
```bash
stow .
```#### TODO
- Make cmd+z undo redo work
- Short cut for go to beginning of line and end of line
- Short cut for deleting a whole line