Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scnewma/.dotfiles
https://github.com/scnewma/.dotfiles
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/scnewma/.dotfiles
- Owner: scnewma
- Created: 2020-10-12T14:42:44.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-11-01T15:55:10.000Z (19 days ago)
- Last Synced: 2024-11-01T16:30:06.017Z (19 days ago)
- Language: Shell
- Homepage:
- Size: 613 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
## Usage
Setup with Nix. The below commands are ordered so that all of the `.config` directories are symlinked before installing tools so there are no conflicts.
```
curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install
nix run nixpkgs#git -- clone https://github.com/scnewma/.dotfiles.git ~/.dotfiles
cd ~/.dotfiles/nix-profile/
nix run .#profile.switch
cd ~/.dotfiles
nix run nixpkgs#stow -- stow bat gh git karabiner kitty nix nvim starship tmux zsh
exec zsh
```If you are doing any Rust development:
```
rustup component add rust-analyzer
```If you are doing any Go development:
```
go install golang.org/x/tools/gopls@latest
```If you want the casks in `Brewfile`:
```
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
cd ~/.dotfiles
brew bundle
```Base MacOS settings:
```
~/.dotfiles/.macos
```After generating a keypair:
```
git remote set-url origin [email protected]:scnewma/.dotfiles.git
```