dotfiles

Configs & dotfiles for efficiency.

https://github.com/irfanshadikrishad/dotfiles

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (5.6%) to scientific vocabulary

Keywords

dotfiles dotfiles-linux linux-rice
Last synced: 6 months ago · JSON representation

Repository

Configs & dotfiles for efficiency.

Basic Info
  • Host: GitHub
  • Owner: irfanshadikrishad
  • Language: CSS
  • Default Branch: master
  • Homepage:
  • Size: 71.9 MB
Statistics
  • Stars: 2
  • Watchers: 0
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Topics
dotfiles dotfiles-linux linux-rice
Created 9 months ago · Last pushed 6 months ago
Metadata Files
Readme Citation

README.md

Installing Configs

Install stow

bash sudo apt install stow

Clone the repo

bash https://github.com/irfanshadikrishad/dotfiles.git

Go to the dotfiles directory

bash cd dotfiles

Install the configs

bash stow cava stow nvim stow zsh

Adding New Configs

Each config should live in its own folder, named after the application or tool. Inside that folder, recreate the path where the config would normally live.

For example, to manage ~/.config/nvim/init.lua, structure it like:

bash .dotfiles/ nvim/ .config/ nvim/ init.lua

To manage ~/.gitconfig, structure it like:

bash .dotfiles/ git/ .gitconfig

Move or copy the config file into the appropriate folder in .dotfiles. For example:

bash mv ~/.gitconfig ~/.dotfiles/git/.gitconfig

Run stow from inside the .dotfiles directory:

bash stow git

This will create a symbolic link like:

bash ~/.gitconfig -> ~/.dotfiles/git/.gitconfig

If Symlink Is Not Created Sometimes symlinks arent created if the target path is misaligned. In that case, force the correct target using:

bash stow -v --target=$HOME [package_folder_name]

Example structure | Package | What it Manages | Structure in .dotfiles | | ----------- | ----------------------------------- | ------------------------------------------- | | git | ~/.gitconfig | git/.gitconfig | | nvim | ~/.config/nvim/ | nvim/.config/nvim/init.lua | | zsh | ~/.zshrc | zsh/.zshrc | | alacritty | ~/.config/alacritty/alacritty.yml | alacritty/.config/alacritty/alacritty.yml |

Unstowing (Removing Symlinks)

To remove symlinks (without deleting files)

bash stow -D [package_folder_name]

for example

bash stow -D nvim

Owner

  • Name: Irfan Shadik Rishad
  • Login: irfanshadikrishad
  • Kind: user
  • Location: Sylhet, Bangladesh

A computer programmer who loves to build things. Nowadays mostly learning MERN stack development.

GitHub Events

Total
  • Push event: 20
Last Year
  • Push event: 20

Committers

Last synced: 8 months ago

All Time
  • Total Commits: 25
  • Total Committers: 1
  • Avg Commits per committer: 25.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 25
  • Committers: 1
  • Avg Commits per committer: 25.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Irfan Shadik Rishad 7****d 25

Issues and Pull Requests

Last synced: 8 months ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels