Skip to content

bastiangx/dotfiles

Repository files navigation

 Developer Dotfiles

Personal collection of ricing, tools and dev flow!

Terminal Screenshot

💻 Editors

❄️ Cursor & VSCode

Terminal Screenshot


⚡ Neovim

Terminal Screenshot


👻 Terminal

Terminal Screenshot


🐚 Nushell

Installation

Simply copy the relevant files to your config directory, or use a symlink

Tip

Config folder is usually ~/.config/ and then the name of the app

Symlink the folders from this directory to your config directory

git clone https://github.com/bastiangx/dotfiles.git

## nvim for example
ln -s ~/path/to/dotfiles/nvim ~/.config/nvim
nvim
  • Backup any existing files before linking. ( use mv folderName folderName.bak )
  • Make sure you have installed the tools and apps in your system.