mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-12 21:52:18 +00:00
No description
nix | ||
oh-my-posh | ||
pwsh | ||
tmux | ||
vim | ||
zsh | ||
.gitignore | ||
flake.lock | ||
flake.nix | ||
nixpkgs.nix | ||
README.md |
Config files
Nix
I've started the process of leveraging Nix to manage my system configurations. This repo will (eventually?) hold files used for managing user environments with Home Manager. The goods are in flake.nix and the nix directory.
It's very much a work-in-progress though so the legacy dotfile configs are below.
Legacy stuff
Clone the repo:
git clone https://github.com/jbowdre/dotfiles.git ~/.dotfiles
Use ln
to symlink the desired configs into your home directory:
ln -s ~/.dotfiles/zsh/.zshrc ~/.zshrc
ln -s ~/.dotfiles/vim/.vimrc ~/.vimrc
ln -s ~/.dotfiles/tmux/.tmux.conf ~/.tmux.conf
ln -s ~/.dotfiles/pwsh/Microsoft.PowerShell_profile.ps1 ~/.config/powershell/Microsoft.PowerShell_profile.ps1