Skip to content

ismet55555/.dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

My configuration dotfiles for various things.

Feel free to judge harshly :-)

Setup

  1. Clone into user home directory

    •  cd ~
       git clone https://github.com/ismet55555/.dotfiles
  2. Simlink files or directories into appropriate places

    • MacOS/Linux:

      • File/Directory:

        • ln -s <PATH OF CONFIG SOURCE> <PATH OF CONFIG TARGET SIMLINK>
      • Examples:

        • ln -s ~/.dotfiles/.gitconfig ~/.gitconfig
          ln -s ~/.dotfiles/shell/.tmux.conf ~/.tmux.conf
          ln -s ~/.dotfiles/shell/.zshrc ~/.zshrc
          ln -s ~/.dotfiles/shell/.bashrc ~/.bashrc
          ln -s ~/.dotfiles/shell/.sh_aliases ~/.sh_aliases
          ln -s ~/.dotfiles/shell/.sh_env ~/.sh_env
          ln -s ~/.dotfiles/shell/.sh_bindings ~/.sh_bindings
    • Windows:

      • File:

        • mklink <PATH OF CONFIG SOURCE> <PATH OF CONFIG TARGET SIMLINK>
      • Directory:

        • mklink /D <PATH OF CONFIG SOURCE> <PATH OF CONFIG TARGET SIMLINK>
  3. If needed, unlinking a file

    • unlink <SYMLIINK PATH>

About

My configuration dotfiles

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published