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
Repository
Configs & dotfiles for efficiency.
Basic Info
Statistics
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
- Releases: 0
Topics
Metadata Files
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
- Website: irfanshadikrishad.github.io
- Twitter: irfanshadikoffi
- Repositories: 5
- Profile: https://github.com/irfanshadikrishad
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
Top Committers
| Name | 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