Skip to content

robfs/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

Personal configuration files

Installation

git clone https://github.com/robfs/dotfiles.git
cd dotfiles
./install.sh

Note

You cannot use Windows Terminal to run this script, even in a Bash shell. Use the Git Bash terminal directly and Windows Terminal must be closed.

Configurations

  • Kitty - terminal config (unix only)
  • Windows Terminal - terminal config (windows only)
  • Starship - shell prompt config
  • Neovim - text editor config

New Configuration

To add a new configuration:

  1. Add a new directory within the config directory.
  2. Copy the relevant configuration files into that directory.
  3. Add a new config path to the Config Paths section in the install.sh script.
  4. Link the configuration to its destination in the Config Mappings section.

Note

Add both the Unix and Windows destination paths if needed. Both files and directories are supported.

Structure

dotfiles
├── config
│   ├── kitty
│   │   ├── current-theme.conf
│   │   └── kitty.conf
│   ├── nvim
│   │   ├── after
│   │   │   └── ftplugin
│   │   │       ├── a.lua
│   │   │       └── b.lua
│   │   ├── init.lua
│   │   └── lua
│   │       ├── config
│   │       │   ├── keymaps.lua
│   │       │   ├── lazy.lua
│   │       │   └── options.lua
│   │       └── custom
│   │           └── plugins
│   │               ├── c.lua
│   │               └── d.lua
│   ├── starship
│   │   └── starship.toml
│   └── windowsterminal
│       └── settings.json
├── install.sh
└── README.md

About

Personal configuration files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •