Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ggomagundan/dotfiles
https://github.com/ggomagundan/dotfiles
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ggomagundan/dotfiles
- Owner: ggomagundan
- Created: 2021-01-27T02:51:46.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-25T11:44:39.000Z (26 days ago)
- Last Synced: 2025-01-25T12:20:11.739Z (26 days ago)
- Language: Shell
- Size: 107 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Dotfiles
# install rust (cargo)
```
$ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
```# install Spacevim
```
$ curl -sLf https://spacevim.org/install.sh | bash
```# brew list
```
$ brew install cmatrix
$ brew install lolcat
$ brew install fortune
$ brew install cowsay
$ brew install tree
$ brew install ripgrep
$ brew install awscli
$ brew install macvim
$ brew install ruff
$ brew install bottom
$ brew install ctags
$ brew install fastfetch
$ brew install wezterm
$ brew install git
$ brew install gh
$ brew install starship
$ brew install cmake
$ brew install ag
$ brew install volta
$ brew install mono go nodejs
```# cargo list
```
$ cargo install rsclock
```# Vundle settings
```
$ git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
# And then on VIM `:PluginInstall````
# YCM settings
```
$ cd ~/.vim/bundle/YouCompleteMe
$ python3 install.py --all```
# Janus settings
```
$ curl -L https://bit.ly/janus-bootstrap | bash```
# Install
```
$ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
$ \curl -sSL https://get.rvm.io | bash -s stable
```# Tmuxinator
```
# Can configure ~/.config/tmuxinator/*.yml
$ tmuxinator s defualt_view
```# Nerd Font
```
# Download Nerd Fonts (FiraCode) And install new Fonts
https://www.nerdfonts.com/font-downloads
```# ASCII Art
```
Created on https://manytools.org/hacker-tools/convert-images-to-ascii-art/
Created on https://asciiart.club
```# Window Management
```https://github.com/peterklijn/hammerspoon-shiftit
```
# TroubleShooting
- E1208 `.vim/janus/vim/tools/tlib/plugin/02tlib.vim`
```
command! -nargs=0 -complete=command TBrowseScriptnames call tlib#cmd#TBrowseScriptnames()TO
" command! -nargs=0 -complete=command TBrowseScriptnames call tlib#cmd#TBrowseScriptnames()
command! -nargs=0 TBrowseScriptnames call tlib#cmd#TBrowseScriptnames()
```# Note
```
// Get Tmux layout
$ tmux list-windows```