Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dgarc359/.dotfiles
My personal dev env
https://github.com/dgarc359/.dotfiles
generally-available
Last synced: about 2 months ago
JSON representation
My personal dev env
- Host: GitHub
- URL: https://github.com/dgarc359/.dotfiles
- Owner: Dgarc359
- Created: 2023-07-24T00:37:09.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-07T18:41:46.000Z (8 months ago)
- Last Synced: 2024-05-07T19:41:48.553Z (8 months ago)
- Topics: generally-available
- Language: Lua
- Homepage:
- Size: 108 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 7
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Dotfiles Repo
Personal configurations for various different linux utilities and tools.
Each configuration is modular, meaning that you can choose to use the nvim config, but not the
i3 config, if you want. This is made possible with `stow` (make sure to install it!)> [!IMPORTANT]
> Please make sure to clone recursively in order to pull any submodules
> git clone --recurse-submodules ...# General Usage
To pull the .dotfiles repo into your $HOME directory:
* git clone this directory into your $HOME directory
* stow# General Dependencies
* stow - will make your life a lot easier when it comes to creating the symlinks between this repo and your home directory dotfiles. It will automatically create a symlink for all the files contained in your target folder.
* git > 2.37.0 -- If you want auto setup remote branches to work, you'll need at least this git version# Nvim | ^v0.9.4
This nvim config uses Packer!## dependencies
* packer
* ripgrep
* luaAfter you have stowed the nvim folder to your home directory, do the following:
* Open nvim `nvim .`
* `:PackerSync` to install plugins
* Good to go!# I3 | ^v4.22
A tiling window manager> NOTE! The default ubuntu apt repository will not have the latest version of I3, It's recommended to have at least version 4.22, which merged in i3-gaps
# Kitty Terminal | ^v0.21.2
Graphics accelerated Terminal emulator