Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/felixge/dotfiles
My setup. Pick what you like.
https://github.com/felixge/dotfiles
Last synced: about 2 months ago
JSON representation
My setup. Pick what you like.
- Host: GitHub
- URL: https://github.com/felixge/dotfiles
- Owner: felixge
- Created: 2011-12-22T14:05:29.000Z (about 13 years ago)
- Default Branch: main
- Last Pushed: 2024-03-24T16:38:53.000Z (9 months ago)
- Last Synced: 2024-10-11T15:19:02.567Z (2 months ago)
- Language: Lua
- Homepage:
- Size: 1.54 MB
- Stars: 31
- Watchers: 5
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# felixge's dotfiles
These are my dotfiles. I don't recommend you to use them as-is, but rather to serve as an inspiration for your own configurations.
```
# initial installation
git clone https://github.com/felixge/dotfiles.git ~/dotfiles# install dependencies
ansible-playbook ansible.yml --ask-become-pass# install/update dotfiles after adding a new file
make# add packer for vim, then run :PackerSync in vim
git clone --depth 1 https://github.com/wbthomason/packer.nvim ~/.local/share/nvim/site/pack/packer/start/packer.nvim```
## Manual Config
I'll try to document important configurations changes that I have not automated yet below:
## Add kitty to Security & Privacy Developer Tools
![](./kitty-dev-tools.png)
This avoids [potential delays](https://sigpipe.macromates.com/2020/macos-catalina-slow-by-design/) due to macOS trying to do notarization.
## Cloud Machines
```
# run ansible against cloud machine
ansible-playbook -i 'HOST,' ansible-ubuntu.yml --tags ...
```