/ README.md
README.md
 1  # Configuration Files
 2  My dotfile configuration setup. This is a major work in progress and requires a number of preinstalled applications, such as the xonsh shell and the awscli. Use these at your own risk
 3  
 4  This repository now uses stow to symlink in all dotfiles due to difficulty in cloning down.
 5  
 6  A pure `stow.sh` is provided to just stow the individual items, a `clean.sh` is used to clean out the old files, and a `setup.sh` is provided to tie them together.
 7  
 8  ## Installation
 9  To install this repo, run the following command
10  ```bash
11  curl https://raw.githubusercontent.com/peteryurkovich/dotfiles/main/prepare-development.sh | sh
12  ```
13  
14  ### Radicle
15  To clone this repository on [Radicle](https://radicle.xyz), run:
16  
17  ```sh
18  rad clone rad:z3NdN7taPZmLp3g8xp1ag2FS3ktEy
19  ```
20  
21  ## Packages
22  These are the common packages I use on my development systems. As of now, I am only concerned with my development environments, and not with anything else. There is potential for a reduced package set size for quick scaling in, but that is a future issue.
23  
24  **Standard Packages**
25  - atuin
26  - awscli
27  - btop
28  - colima (for docker backend on mac)
29  - docker (cli only)
30  - docker-compose
31  - fzf
32  - gcc
33  - glab
34  - gnu-sed (mac only)
35  - helm
36  - jpeg-turbo
37  - jq
38  - kind
39  - kubernetes-cli
40  - kustomize
41  - lazygit
42  - lsd
43  - luajit
44  - neovim
45  - openshift-cli
46  - operator-sdk
47  - pipx (maybe)
48  - pixman (maybe)
49  - podman
50  - podman-compose
51  - pyenv
52  - python-jinja (mac only?)
53  - qemu (mac only)
54  - ripgrep
55  - starship
56  - stow
57  - tmux
58  - tree-sitter
59  - wget
60  - xonsh
61  - zoxide
62  - nvm
63  - python?
64  - kitty
65  - windows alternative for kitty? wsl config for kitty?
66  - nvim install plugins
67  - gitconfig update based on username of account? pyurkovi means redhat email while any other means peteryurkovich1@gmail.com
68  -