https://github.com/abelsiqueira/dotfiles
public dotfiles managed with chezmoi
Science Score: 13.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
-
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (7.6%) to scientific vocabulary
Repository
public dotfiles managed with chezmoi
Basic Info
- Host: GitHub
- Owner: abelsiqueira
- Language: Lua
- Default Branch: main
- Size: 26.4 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
dotfiles and new install guide
Most of these were written after things were working, and haven't been tested in a brand new system. Use at your own peril.
OS-dependent
Linux
bash
yay -S zsh neovim ttf-juliamono wezterm lazygit ripgrep fd bat xclip tmux ttf-jetbrains-mono-nerd chezmoi find-the-command
Change the shell to zsh
```bash chsh -s $(which zsh)
log out and log back in
```
Mac
```bash
TODO
```
Both
```bash
Oh-my-zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
Powerlevel10k - Next time that you run it
git clone --depth=1 https://github.com/romkatv/powerlevel10k.git $ZSH_CUSTOM/themes/powerlevel10k
zsh plugins
git clone https://github.com/zsh-users/zsh-autosuggestions $ZSHCUSTOM/plugins/zsh-autosuggestions git clone https://github.com/zsh-users/zsh-history-substring-search $ZSHCUSTOM/plugins/zsh-history-substring-search git clone https://github.com/zsh-users/zsh-syntax-highlighting $ZSH_CUSTOM/plugins/zsh-syntax-highlighting
juliaup - Manually install and disable PATH changes
curl -fsSL https://install.julialang.org | sh
tpm - tmux plugin manager
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
nvm
Get script from https://github.com/nvm-sh/nvm?tab=readme-ov-file#installing-and-updating
nvm install latest ```
Finally, copy these files using chezmoi.
bash
sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply abelsiqueira
Finishing touches:
- Run
tmuxand press C-a I - Run
chezmoi cdandbash setup-julia-for-neovim.sh
Owner
- Name: Abel Soares Siqueira
- Login: abelsiqueira
- Kind: user
- Location: Amsterdam - The Netherlands
- Company: Netherlands eScience Center
- Website: https://abelsiqueira.com
- Twitter: abel_siqueira
- Repositories: 331
- Profile: https://github.com/abelsiqueira
GitHub Events
Total
Last Year
Committers
Last synced: almost 2 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| Abel Soares Siqueira | a****a@g****m | 43 |
Issues and Pull Requests
Last synced: about 1 year 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