Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 🌱

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 Neovim

3. 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)