Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marlonmarcello/dotfiles
Kinda of meh to be honest
https://github.com/marlonmarcello/dotfiles
Last synced: about 2 months ago
JSON representation
Kinda of meh to be honest
- Host: GitHub
- URL: https://github.com/marlonmarcello/dotfiles
- Owner: marlonmarcello
- Created: 2024-05-07T06:16:11.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-16T20:20:56.000Z (6 months ago)
- Last Synced: 2024-06-18T03:53:57.398Z (6 months ago)
- Language: Vim Script
- Homepage:
- Size: 2.94 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Install required packages
```sh
yay -S fzf fd bat eza zoxide fastfetch pyenv rustup rbenv fish fisher docker docker-compose terraform enpass brave-bin chezmoi lazygit vial-appimage atuin zellij alacritty dunst hyprland hyprpaper waybar hypridle hyprlock
```## Install fish plugins
```sh
fish
fisher update
tide configure
```## Install `n` and Node lts
```sh
curl -L https://bit.ly/n-install | bash
n lts
```## Install python 3
`pyenv install 3.12.4`
## Install ruby 3
```sh
git clone https://github.com/rbenv/ruby-build.git "$(rbenv root)"/plugins/ruby-build
rbenv install 3.3.2
```## Install rust lts
```sh
rustup toolchain install stable
```## Initiate chezmoi
TODO: write this up