dotfiles | dotfiles for my Python centric Mac OS X setup
kandi X-RAY | dotfiles Summary
kandi X-RAY | dotfiles Summary
dotfiles is a Shell library. dotfiles has no bugs, it has no vulnerabilities and it has low support. You can download it from GitHub.
Useful dotfiles for zsh, ssh, and git that I use on Mac OS X. The dotfiles/ directory contains all the dotfiles themselves, while the setup/ directory has shell scripts for setting up a new Mac OS X install. The goal of these dotfiles is to provide useful shortcuts and helpers while being lighter less magic than a framework like oh-my-zsh.
Useful dotfiles for zsh, ssh, and git that I use on Mac OS X. The dotfiles/ directory contains all the dotfiles themselves, while the setup/ directory has shell scripts for setting up a new Mac OS X install. The goal of these dotfiles is to provide useful shortcuts and helpers while being lighter less magic than a framework like oh-my-zsh.
Support
Quality
Security
License
Reuse
Support
dotfiles has a low active ecosystem.
It has 1 star(s) with 0 fork(s). There are 1 watchers for this library.
It had no major release in the last 6 months.
dotfiles has no issues reported. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of dotfiles is current.
Quality
dotfiles has no bugs reported.
Security
dotfiles has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
License
dotfiles does not have a standard license declared.
Check the repository for any license declaration and review the terms closely.
Without a license, all rights are reserved, and you cannot use the library in your applications.
Reuse
dotfiles releases are not available. You will need to build from source code and install.
Installation instructions, examples and code snippets are available.
Top functions reviewed by kandi - BETA
kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of dotfiles
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of dotfiles
dotfiles Key Features
No Key Features are available at this moment for dotfiles.
dotfiles Examples and Code Snippets
No Code Snippets are available at this moment for dotfiles.
Community Discussions
No Community Discussions are available at this moment for dotfiles.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install dotfiles
To setup a new Mac from scratch, run $ source setup.up --all which will install Homebrew (if necessary), as well as any useful utilities or Mac applications that may be missing. Note that this setup.sh only handles some basic initial setup, and most new machines will need the following additional installation steps.
Install any desired Python versions with pyenv
Install pip
Install pipx
Install poetry with pipx
Create SSH keys and add them to GitHub. These keys should appear in dotfiles/.ssh where they will be gitignored
Create new GPG keys and add them to GitHub.
Create a new file with [user] signingkey={public GPG key} in a file named dotfiles/.gitconf/local (it will be gitignored)
I use pyenv to manage multiple versions of Python, with the latest Python version set as the default. I use pipx to install global standalone Python command lines tools such as poetry or black. poetry is my preferred dependency management solution, because unlike pip by itself, poetry allows for a clean separation between application dependencies and package dependencies. A sample of how I setup new Python projects can be seen in the pynew function declared in dotfiles/.zsh/02-aliases.zsh.
Install any desired Python versions with pyenv
Install pip
Install pipx
Install poetry with pipx
Create SSH keys and add them to GitHub. These keys should appear in dotfiles/.ssh where they will be gitignored
Create new GPG keys and add them to GitHub.
Create a new file with [user] signingkey={public GPG key} in a file named dotfiles/.gitconf/local (it will be gitignored)
I use pyenv to manage multiple versions of Python, with the latest Python version set as the default. I use pipx to install global standalone Python command lines tools such as poetry or black. poetry is my preferred dependency management solution, because unlike pip by itself, poetry allows for a clean separation between application dependencies and package dependencies. A sample of how I setup new Python projects can be seen in the pynew function declared in dotfiles/.zsh/02-aliases.zsh.
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page