Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arifvn/dotfiles
Just my dotfiles 🌱
https://github.com/arifvn/dotfiles
dotfiles dotfiles-linux dotfiles-macos
Last synced: 7 days ago
JSON representation
Just my dotfiles 🌱
- Host: GitHub
- URL: https://github.com/arifvn/dotfiles
- Owner: arifvn
- Created: 2021-11-13T03:32:58.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-08T07:01:42.000Z (over 2 years ago)
- Last Synced: 2024-11-20T17:29:40.605Z (2 months ago)
- Topics: dotfiles, dotfiles-linux, dotfiles-macos
- Language: Shell
- Homepage:
- Size: 7.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dotfiles
> Just my dotfiles that would setup my Mac to my favourite configs. 🌱
## Setting up your Mac
1. Clone this repo to `~/.dotfiles` with:
```zsh
git clone https://github.com/empun/dotfiles.git ~/.dotfiles
```2. Run the installation script
```zsh
sh ~/.dotfiles/install.sh
```💎 This command would do the following tasks :
- Installing all apps listed in Brewfile (see Brewfile)
- Setting up Terminal Emulator, Shell, Tmux and Neovim3. Sync to Dropbox
4. Run the following
```zsh
# Symlink the Mackup config file to the home directory
ln -s $HOME/.dotfiles/.mackup.cfg $HOME/.mackup.cfg# Restore all apps configuration
mackup restore
```5. Close all preference windows. Adjust some preferences inside .macos file, then run
```zsh
# Set macOS preferences
source .macos
```## Todo
Installing pre-downloaded apps 🥕
- MS Office
- Android Studio
- IntelIJ Idea
- Krita
- NTFS for Mac🌱 Some configs are taken from :
- [driesvints](https://github.com/driesvints/dotfiles)