GitXplorerGitXplorer
r

dotfiles

public
10 stars
3 forks
0 issues

Commits

List of commits on branch main.
Verified
cb5bab73267362ae0f6363f1f4b9f0362855f4ca

feat(ghostty): use rose-pine theme

rraisedadead committed 14 days ago
Verified
f8cbedcf01ef286e946fc7113a299303adb2ccf2

feat(alias): add options for all and plain ls

rraisedadead committed 14 days ago
Verified
7c68e0e71b36539a0db32ccdc26486ceb6bee0e7

feat(wezterm): use rose pine colors

rraisedadead committed 14 days ago
Verified
e77f38eb11c558d6e88ae375accd887dc22c8e16

feat(ghostty): update configs

rraisedadead committed 19 days ago
Verified
6ac4116676fe71c34982b39ae73e942895c72bb6

feat(zed): add config files

rraisedadead committed 19 days ago
Verified
2a1a02079288a8c97f89205b2732881500716f23

chore: update ghostty config

rraisedadead committed 21 days ago

README

The README file for this repository.

@raisedadead's dotfiles

Every-day carry for my systems.

My dotfiles follow the convention from homeshick.

homeshick is a Git-based dotfiles synchronizer utility. The convention is to split up collections of dotfiles into repositories called "castles". This particular repository is my primary castle. It has all the standard and most used configs. Other castles are private or platform-specific.

Be mindful of the spelling "homesick" vs. "homeshick". The former is the original tool implemented in ruby and later in shell script. I use a shell alias alias home=homeshick to execute commands for convenience.

In practice, you should be able to use the files as is, by getting them from the /home directory in this repository.

Prerequisite

If you are the same person as I am, make sure that the initial system setup checklist has been completed and tools and packages have been installed.

Packages and tools:

Check and get additional tools and packages for the system.

Installation

  1. Install homeshick and source it:

    git clone https://github.com/andsens/homeshick.git $HOME/.homesick/repos/homeshick
    source ~/.homesick/repos/homeshick/homeshick.sh

    Later we would be able to use our alias dot for homeshick, once we have loaded the first castle.

  2. Get the primary castle:

    homeshick clone git@github.com:raisedadead/dotfiles.git
  3. Repeat for others:

    Private Castle (https://github.com/raisedadead/dotfiles-private):

    homeshick clone git@github.com:raisedadead/dotfiles-private.git

    Ubuntu Castle (https://github.com/raisedadead/dotfiles-linux):

    homeshick clone git@github.com:raisedadead/dotfiles-linux.git

    macOS Castle (https://github.com/raisedadead/dotfiles-macos):

    homeshick clone git@github.com:raisedadead/dotfiles-macos.git

    Neovim Castle (https://github.com/raisedadead/dotfiles-nvim):

    homeshick clone git@github.com:raisedadead/dotfiles-nvim.git

License

ISC © 2017 Mrugesh Mohapatra